diff options
author | 2003-11-11 17:00:50 +0000 | |
---|---|---|
committer | 2003-11-11 17:00:50 +0000 | |
commit | 858f9f334ea2025fc821b31e7ca71c403c25285d (patch) | |
tree | f175fc1e82d7ef8901df1cd87fc9dd80483f8bb9 | |
parent | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) (diff) | |
download | wireguard-openbsd-858f9f334ea2025fc821b31e7ca71c403c25285d.tar.xz wireguard-openbsd-858f9f334ea2025fc821b31e7ca71c403c25285d.zip |
sync the field names with what's in the man page;
from Kurt Seifried;
ok millert@
-rw-r--r-- | etc/newsyslog.conf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index ace7cfc3a23..afc3ed84ec0 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,17 +1,17 @@ -# $OpenBSD: newsyslog.conf,v 1.23 2003/10/06 20:18:25 henning Exp $ +# $OpenBSD: newsyslog.conf,v 1.24 2003/11/11 17:00:50 jmc Exp $ # # configuration file for newsyslog # -# logfilename owner:group mode ngen size time [ZB] -/var/cron/log root:wheel 600 3 10 * Z -/var/log/aculog uucp:dialer 660 7 * 24 Z -/var/log/authlog root:wheel 640 7 * 168 Z -/var/log/daemon 640 5 30 * Z -/var/log/lpd-errs 640 7 10 * Z -/var/log/maillog 600 7 * 24 Z -/var/log/messages 644 5 30 * Z -/var/log/secure 600 7 * 168 Z -/var/log/wtmp 644 7 * 168 ZB -/var/log/xferlog 640 7 250 * Z -/var/log/ppp.log 640 7 250 * Z -/var/log/pflog 600 3 250 * ZB /var/run/pflogd.pid +# logfile_name owner:group mode count size when flags +/var/cron/log root:wheel 600 3 10 * Z +/var/log/aculog uucp:dialer 660 7 * 24 Z +/var/log/authlog root:wheel 640 7 * 168 Z +/var/log/daemon 640 5 30 * Z +/var/log/lpd-errs 640 7 10 * Z +/var/log/maillog 600 7 * 24 Z +/var/log/messages 644 5 30 * Z +/var/log/secure 600 7 * 168 Z +/var/log/wtmp 644 7 * 168 ZB +/var/log/xferlog 640 7 250 * Z +/var/log/ppp.log 640 7 250 * Z +/var/log/pflog 600 3 250 * ZB /var/run/pflogd.pid |