diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-05 14:17:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-05 14:17:11 +0000 |
commit | 95348fe9d9ec803fdfa4d615c4614434564b2ed8 (patch) | |
tree | c3db5cfcdea58c360f8d6329b5ada6edb6bbdda1 /etc/newsyslog.conf | |
parent | 5fd3e04a07b69a3ccbecd05cf71f350c807d5664 (diff) | |
download | FreeBSD-src-95348fe9d9ec803fdfa4d615c4614434564b2ed8.zip FreeBSD-src-95348fe9d9ec803fdfa4d615c4614434564b2ed8.tar.gz |
Change the header line to read "count" instead of "ngen" so
that it matched the terms used in the manual page.
Closes PR# 2663.
Diffstat (limited to 'etc/newsyslog.conf')
-rw-r--r-- | etc/newsyslog.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index bda77df..bd3b6e2 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,13 +1,13 @@ # configuration file for newsyslog # $FreeBSD$ # -# logfilename owner.group mode ngen size time [ZB] -/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/messages 664 5 100 * Z -/var/log/slip.log 600 3 100 * Z -/var/log/ppp.log 600 3 100 * Z -/var/log/wtmp 664 7 * 168 ZB +# logfilename owner.group mode count size time [ZB] +/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/messages 664 5 100 * Z +/var/log/slip.log 600 3 100 * Z +/var/log/ppp.log 600 3 100 * Z +/var/log/wtmp 664 7 * 168 ZB |