newsyslog.conf revision 114745
113250Sgraichen# configuration file for newsyslog
250472Speter# $FreeBSD: head/etc/newsyslog.conf 114745 2003-05-05 19:05:43Z gad $
313250Sgraichen#
4114745Sgad# Entries which do not specify the '/pid_file' field will cause the
5114745Sgad# syslogd process to be signalled when that log file is rotated.  This
6114745Sgad# action is only appropriate for log files which are written to by the
7114745Sgad# syslogd process (ie, files listed in /etc/syslogd.conf).  If there
8114745Sgad# is no process which needs to be signalled when a given log file is
9114745Sgad# rotated, then the entry for that file should include the 'N' flag.
10114745Sgad#
11114745Sgad# The 'flags' field is one or more of the letters: BCGJNUWZ or a '-'.
12114745Sgad#
1382758Srwatson# Note: some sites will want to select more restrictive protections than the
1482758Srwatson# defaults.  In particular, it may be desirable to switch many of the 644
1582758Srwatson# entries to 640 or 600.  For example, some sites will consider the
1682758Srwatson# contents of maillog, messages, and lpd-errs to be confidential.  In the
1782758Srwatson# future, these defaults may change to more conservative ones.
1882758Srwatson#
19114745Sgad# logfilename          [owner:group]    mode count size when  flags [/pid_file] [sig_num]
20110995Sdes/var/log/all.log			600  7	   *	@T00  J
21103263Sobrien/var/log/amd.log			644  7	   100	*     J
22103263Sobrien/var/log/auth.log			600  7     100  *     J
23110995Sdes/var/log/console.log			600  5	   100	*     J
24110995Sdes/var/log/cron				600  3	   100	*     J
25110995Sdes/var/log/daily.log			640  7	   *	@T00  J
26113259Sdes/var/log/debug.log			600  7     100  *     J
27103263Sobrien/var/log/kerberos.log			600  7	   100	*     J
28103263Sobrien/var/log/lpd-errs			644  7	   100	*     J
29103263Sobrien/var/log/maillog			640  7	   *	@T00  J
30103263Sobrien/var/log/messages			644  5	   100	*     J
31110995Sdes/var/log/monthly.log			640  12	   *	$M1D0 J
32103263Sobrien/var/log/ppp.log	root:network	640  3	   100	*     J
33103263Sobrien/var/log/security			600  10	   100	*     J
34110995Sdes/var/log/sendmail.st			640  10	   *	168   B
35110995Sdes/var/log/slip.log	root:network	640  3	   100	*     J
36110995Sdes/var/log/weekly.log			640  5	   1	$W6D0 J
3743358Swollman/var/log/wtmp				644  3	   *	@01T05 B
38110995Sdes/var/log/xferlog			600  7	   100	*     J
39