diff options
| -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 bda77df0c9a5..bd3b6e2ceeef 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 |
