Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 1999 14:52:43 +0300 (EEST)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/11511: [PATCH] up-to-date newsyslog.conf
Message-ID:  <199905051152.OAA21635@relay.ucb.crimea.ua>

next in thread | raw e-mail | index | archive | help

>Number:         11511
>Category:       conf
>Synopsis:       [PATCH] up-to-date newsyslog.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  5 05:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905051152.OAA21635>