diff options
author | gad <gad@FreeBSD.org> | 2003-05-05 19:08:33 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2003-05-05 19:08:33 +0000 |
commit | 75ca6eac4545d47521531832d67a28524aeab32a (patch) | |
tree | 522a3ff9ed2ebd73ce11272f2da5484759e166f2 | |
parent | 1b0d502d79f8ac2e4eb465a0c4b9fa46fff4040f (diff) | |
download | FreeBSD-src-75ca6eac4545d47521531832d67a28524aeab32a.zip FreeBSD-src-75ca6eac4545d47521531832d67a28524aeab32a.tar.gz |
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
-rw-r--r-- | etc/newsyslog.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |