From 75ca6eac4545d47521531832d67a28524aeab32a Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 5 May 2003 19:08:33 +0000 Subject: Add the 'N' flag to the entries for three log files which are *not* written to by syslogd: /var/log/{daily.log,weekly.log,monthly.log} MFC after: 1 week --- etc/newsyslog.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/newsyslog.conf') diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index dd83edc..4ab9e7e 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -22,17 +22,17 @@ /var/log/auth.log 600 7 100 * J /var/log/console.log 600 5 100 * J /var/log/cron 600 3 100 * J -/var/log/daily.log 640 7 * @T00 J +/var/log/daily.log 640 7 * @T00 JN /var/log/debug.log 600 7 100 * J /var/log/kerberos.log 600 7 100 * J /var/log/lpd-errs 644 7 100 * J /var/log/maillog 640 7 * @T00 J /var/log/messages 644 5 100 * J -/var/log/monthly.log 640 12 * $M1D0 J +/var/log/monthly.log 640 12 * $M1D0 JN /var/log/ppp.log root:network 640 3 100 * J /var/log/security 600 10 100 * J /var/log/sendmail.st 640 10 * 168 B /var/log/slip.log root:network 640 3 100 * J -/var/log/weekly.log 640 5 1 $W6D0 J +/var/log/weekly.log 640 5 1 $W6D0 JN /var/log/wtmp 644 3 * @01T05 B /var/log/xferlog 600 7 100 * J -- cgit v1.1