diff options
| -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 |
