113250Sgraichen# configuration file for newsyslog
250472Speter# $FreeBSD$
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
7118637Sfjoe# syslogd process (ie, files listed in /etc/syslog.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#
11221382Sru# The 'flags' field is one or more of the letters: BCDGJNUXZ 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]
20250579Seadler/var/log/all.log			600  7	   *	@T00  J
21250579Seadler/var/log/amd.log			644  7	   100	*     J
22250579Seadler/var/log/auth.log			600  7     100  @0101T JC
23250579Seadler/var/log/console.log			600  5	   100	*     J
24250579Seadler/var/log/cron				600  3	   100	*     JC
25250579Seadler/var/log/daily.log			640  7	   *	@T00  JN
26250579Seadler/var/log/debug.log			600  7     100  *     JC
27250579Seadler/var/log/init.log			644  3	   100	*     J
28250579Seadler/var/log/kerberos.log			600  7	   100	*     J
29250579Seadler/var/log/lpd-errs			644  7	   100	*     JC
30250579Seadler/var/log/maillog			640  7	   *	@T00  JC
31250579Seadler/var/log/messages			644  5	   100	@0101T JC
32250579Seadler/var/log/monthly.log			640  12	   *	$M1D0 JN
33250579Seadler/var/log/pflog				600  3	   100	*     JB    /var/run/pflogd.pid
34250579Seadler/var/log/ppp.log	root:network	640  3	   100	*     JC
35252481Sasomers/var/log/devd.log			644  3	   100	*     JC
36250579Seadler/var/log/security			600  10	   100	*     JC
37244522Smarkj/var/log/sendmail.st			640  10	   *	168   BN
38202218Sed/var/log/utx.log			644  3	   *	@01T05 B
39250579Seadler/var/log/weekly.log			640  5	   *	$W6D0 JN
40250579Seadler/var/log/xferlog			600  7	   100	*     JC
41