newsyslog.conf revision 272461
112657Skvn# configuration file for newsyslog
212657Skvn# $FreeBSD: releng/10.1/etc/newsyslog.conf 267113 2014-06-05 15:21:25Z bdrewery $
312657Skvn#
412657Skvn# Entries which do not specify the '/pid_file' field will cause the
512657Skvn# syslogd process to be signalled when that log file is rotated.  This
612657Skvn# action is only appropriate for log files which are written to by the
712657Skvn# syslogd process (ie, files listed in /etc/syslog.conf).  If there
812657Skvn# is no process which needs to be signalled when a given log file is
912657Skvn# rotated, then the entry for that file should include the 'N' flag.
1012657Skvn#
1112657Skvn# The 'flags' field is one or more of the letters: BCDGJNUXZ or a '-'.
1212657Skvn#
1312657Skvn# Note: some sites will want to select more restrictive protections than the
1412657Skvn# defaults.  In particular, it may be desirable to switch many of the 644
1512657Skvn# entries to 640 or 600.  For example, some sites will consider the
1612657Skvn# contents of maillog, messages, and lpd-errs to be confidential.  In the
1712657Skvn# future, these defaults may change to more conservative ones.
1812657Skvn#
1912657Skvn# logfilename          [owner:group]    mode count size when  flags [/pid_file] [sig_num]
2012657Skvn/var/log/all.log			600  7	   *	@T00  J
2112657Skvn/var/log/amd.log			644  7	   100	*     J
2212657Skvn/var/log/auth.log			600  7     100  @0101T JC
2312657Skvn/var/log/console.log			600  5	   100	*     J
2412657Skvn/var/log/cron				600  3	   100	*     JC
2512657Skvn/var/log/daily.log			640  7	   *	@T00  JN
2612657Skvn/var/log/debug.log			600  7     100  *     JC
2712657Skvn/var/log/init.log			644  3	   100	*     J
2812657Skvn/var/log/kerberos.log			600  7	   100	*     J
2912657Skvn/var/log/lpd-errs			644  7	   100	*     JC
3012657Skvn/var/log/maillog			640  7	   *	@T00  JC
3112657Skvn/var/log/messages			644  5	   100	@0101T JC
3212657Skvn/var/log/monthly.log			640  12	   *	$M1D0 JN
3312657Skvn/var/log/pflog				600  3	   100	*     JB    /var/run/pflogd.pid
3412657Skvn/var/log/ppp.log	root:network	640  3	   100	*     JC
3512657Skvn/var/log/devd.log			644  3	   100	*     JC
3612657Skvn/var/log/security			600  10	   100	*     JC
3712657Skvn/var/log/sendmail.st			640  10	   *	168   BN
3812657Skvn/var/log/utx.log			644  3	   *	@01T05 B
3912657Skvn/var/log/weekly.log			640  5	   *	$W6D0 JN
4012657Skvn/var/log/xferlog			600  7	   100	*     JC
4112657Skvn
4212657Skvn<include> /etc/newsyslog.conf.d/*
4312657Skvn<include> /usr/local/etc/newsyslog.conf.d/*
4412657Skvn