diff options
| author | Thomas Graichen <graichen@FreeBSD.org> | 1996-01-05 10:24:03 +0000 |
|---|---|---|
| committer | Thomas Graichen <graichen@FreeBSD.org> | 1996-01-05 10:24:03 +0000 |
| commit | 28ae0646aa70f70bf239d14e4f78d72319a3550e (patch) | |
| tree | 7ef1aa1eb8c2390174cbd0d2a366599df0d384c8 | |
| parent | 7c1caee10f179cd94ac7fb861d6c803a05c31c1c (diff) | |
Notes
| -rw-r--r-- | etc/newsyslog.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf new file mode 100644 index 000000000000..a22731d370f6 --- /dev/null +++ b/etc/newsyslog.conf @@ -0,0 +1,11 @@ +# configuration file for newsyslog +# $Id: newsyslog.conf,v 1.6 1994/02/17 00:15:18 cgd Exp $ +# +# logfilename owner.group mode ngen size time [ZB] +/var/account/acct 664 3 * 24 Z +/var/cron/log 600 3 10 * Z +/var/log/kerberos.log 664 7 10 * Z +/var/log/lpd-errs 664 7 10 * Z +/var/log/maillog 664 7 * 24 Z +/var/log/messages 664 5 30 * Z +/var/log/wtmp 664 7 * 168 ZB |
