From ru@ucb.crimea.ua Wed May  5 04:53:04 1999
Return-Path: <ru@ucb.crimea.ua>
Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1])
	by hub.freebsd.org (Postfix) with ESMTP id 5CE1215151
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 May 1999 04:52:49 -0700 (PDT)
	(envelope-from ru@ucb.crimea.ua)
Received: (from ru@localhost)
	by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id OAA21635;
	Wed, 5 May 1999 14:52:43 +0300 (EEST)
	(envelope-from ru)
Message-Id: <199905051152.OAA21635@relay.ucb.crimea.ua>
Date: Wed, 5 May 1999 14:52:43 +0300 (EEST)
From: Ruslan Ermilov <ru@ucb.crimea.ua>
Reply-To: ru@ucb.crimea.ua
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] up-to-date newsyslog.conf
X-Send-Pr-Version: 3.2

>Number:         11511
>Category:       conf
>Synopsis:       [PATCH] up-to-date newsyslog.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  5 05:00:01 PDT 1999
>Closed-Date:    Tue Jun 1 04:04:50 PDT 1999
>Last-Modified:  Tue Jun  1 04:08:46 PDT 1999
>Originator:     Ruslan Ermilov
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
United Commercial Bank
>Environment:

Recent change to `newsyslog' from wollman.

>Description:

1. Header line of newsyslog.conf doesn't match newsyslog(8).
2. Extraneous whitespaces.

>How-To-Repeat:


>Fix:

For CURRENT:

Index: newsyslog.conf
===================================================================
RCS file: /usr/FreeBSD-CVS/src/etc/newsyslog.conf,v
retrieving revision 1.17
diff -u -r1.17 newsyslog.conf
--- newsyslog.conf	1999/01/28 20:03:26	1.17
+++ newsyslog.conf	1999/05/05 11:36:35
@@ -1,14 +1,14 @@
 # configuration file for newsyslog
 # $Id: newsyslog.conf,v 1.17 1999/01/28 20:03:26 wollman Exp $
 #
-# logfilename           owner.group     mode count size time [ZB] [/pid_file] [sig_num]
-/var/cron/log				600  3	   100  *     Z
-/var/log/amd.log			664  7	   100  *     Z
-/var/log/kerberos.log			664  7	   100  *     Z
-/var/log/lpd-errs			664  7	   100  *     Z
-/var/log/maillog			664  7     *    24    Z
-/var/log/sendmail.st                    664  10    *    168    B
-/var/log/messages			664  5	   100  *     Z
-/var/log/slip.log			600  3	   100  *     Z
+# logfilename		[owner.group]	mode count size when [ZB] [/pid_file] [sig_num]
+/var/cron/log				600  3	   100	*     Z
+/var/log/amd.log			664  7	   100	*     Z
+/var/log/kerberos.log			664  7	   100	*     Z
+/var/log/lpd-errs			664  7	   100	*     Z
+/var/log/maillog			664  7	   *	24    Z
+/var/log/sendmail.st			664  10	   *	168    B
+/var/log/messages			664  5	   100	*     Z
+/var/log/slip.log			600  3	   100	*     Z
 /var/log/ppp.log			600  3	   100	*     Z
 /var/log/wtmp				644  3	   *	@01T05 B


For RELENG_3:

Index: newsyslog.conf
===================================================================
RCS file: /usr/FreeBSD-CVS/src/etc/newsyslog.conf,v
retrieving revision 1.16
diff -u -r1.16 newsyslog.conf
--- newsyslog.conf	1998/06/09 18:26:16	1.16
+++ newsyslog.conf	1999/05/05 11:36:25
@@ -1,13 +1,13 @@
 # configuration file for newsyslog
 # $Id: newsyslog.conf,v 1.16 1998/06/09 18:26:16 ache Exp $
 #
-# logfilename           owner.group     mode count size time [ZB] [/pid_file] [sig_num]
-/var/cron/log				600  3	   100  *     Z
-/var/log/amd.log			664  7	   100  *     Z
-/var/log/kerberos.log			664  7	   100  *     Z
-/var/log/lpd-errs			664  7	   100  *     Z
-/var/log/maillog			664  7     *    24    Z
-/var/log/sendmail.st                    664  10    *    168   B
-/var/log/messages			664  5	   100  *     Z
-/var/log/slip.log			600  3	   100  *     Z
+# logfilename		[owner.group]	mode count size when [ZB] [/pid_file] [sig_num]
+/var/cron/log				600  3	   100	*     Z
+/var/log/amd.log			664  7	   100	*     Z
+/var/log/kerberos.log			664  7	   100	*     Z
+/var/log/lpd-errs			664  7	   100	*     Z
+/var/log/maillog			664  7	   *	24    Z
+/var/log/sendmail.st			664  10	   *	168    B
+/var/log/messages			664  5	   100	*     Z
+/var/log/slip.log			600  3	   100	*     Z
 /var/log/ppp.log			600  3	   100	*     Z


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Sun May 30 22:05:29 PDT 1999 
Responsible-Changed-Why:  
My PR 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Tue Jun 1 04:04:50 PDT 1999 
State-Changed-Why:  
Fixed in both -current and -stable. 
>Unformatted:
