*** 4.11-RELEASE/src/etc/newsyslog.conf Mon Aug 11 15:31:50 2003 --- jhs/src/etc/newsyslog.conf Tue Aug 15 20:58:28 2006 *************** *** 16,36 **** # contents of maillog, messages, and lpd-errs to be confidential. In the # future, these defaults may change to more conservative ones. # ! # logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] ! /var/log/cron 600 3 100 * Z /var/log/amd.log 644 7 100 * Z ! /var/log/auth.log 600 7 100 * Z /var/log/kerberos.log 600 7 100 * Z /var/log/lpd-errs 644 7 100 * Z ! /var/log/maillog 640 7 * @T00 Z ! /var/log/sendmail.st 640 10 * 168 B /var/log/messages 644 5 100 * Z ! /var/log/all.log 600 7 * @T00 Z ! /var/log/slip.log root:network 640 3 100 * Z /var/log/ppp.log root:network 640 3 100 * Z ! /var/log/security 600 10 100 * Z ! /var/log/wtmp 644 3 * @01T05 B ! /var/log/daily.log 640 7 * @T00 ZN /var/log/weekly.log 640 5 1 $W6D0 ZN ! /var/log/monthly.log 640 12 * $M1D0 ZN ! /var/log/console.log 600 5 100 * Z --- 16,48 ---- # contents of maillog, messages, and lpd-errs to be confidential. In the # future, these defaults may change to more conservative ones. # ! # logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] ! /var/log/all.log 600 31 * @T00 Z /var/log/amd.log 644 7 100 * Z ! /var/log/auth.log 600 7 100 * Z ! /var/log/console.log 600 5 100 * Z ! /var/log/cron 600 3 100 * Z ! /var/log/daily.log 640 31 * @T00 ZN ! /var/log/ftpd 640 20 10000 * JC ! /var/log/httpd-access.log 600 20 10000 * JC ! /var/log/httpd-error.log 600 20 10000 * JC /var/log/kerberos.log 600 7 100 * Z /var/log/lpd-errs 644 7 100 * Z ! /var/log/maillog 640 20 10000 * J /var/log/messages 644 5 100 * Z ! /var/log/monthly.log 640 12 * $M1D0 JN ! /var/log/named bind:wheel 660 20 10000 * CJ # /var/run/named.pid /var/log/ppp.log root:network 640 3 100 * Z ! /var/log/security 600 10 100 * JC ! /var/log/sendmail.st 640 10 * 168 B ! /var/log/slip.log root:network 640 3 100 * Z /var/log/weekly.log 640 5 1 $W6D0 ZN ! /var/log/wtmp 644 3 * @01T05 B ! /var/named/var/log/named bind:wheel 660 20 10000 * CJ # /var/run/named.pid ! ! # Is named part of syslog structure ? should I expose the PID for restart ? ! + ! # FreeBSD 4 just uses the short direct path /var/log/named, ! # FreeBSD 5 & 6 use symbolic links to /var/named/var/log/named ! # I need to run newsyslog -n to see what it would do: a cp of a symbolic link ! # would be OK, a mv would not be OK.