diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 23:31:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 23:31:01 +0000 |
| commit | dde6c413e2b023ebcc4448db3ab5d2b00aa0716c (patch) | |
| tree | 98fa26a351f993541be7b9c0ab4e9bf656aa7f51 /etc | |
| parent | f165b8eec1935a8f3d9a836ae903e760184e9409 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/newsyslog.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 3e0508e594e8..131d62678ca0 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -3,12 +3,12 @@ # # logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num] /var/log/cron 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 * @T00 Z -/var/log/sendmail.st 664 10 * 168 B -/var/log/messages 664 5 100 * Z +/var/log/amd.log 644 7 100 * Z +/var/log/kerberos.log 644 7 100 * Z +/var/log/lpd-errs 644 7 100 * Z +/var/log/maillog 644 7 * @T00 Z +/var/log/sendmail.st 644 10 * 168 B +/var/log/messages 644 5 100 * Z /var/log/all.log 600 7 * @T00 Z /var/log/slip.log 600 3 100 * Z /var/log/ppp.log 600 3 100 * Z |
