svn commit: r244879 - stable/8/etc

Mark Johnston markj at FreeBSD.org
Mon Dec 31 03:34:24 UTC 2012


Author: markj
Date: Mon Dec 31 03:34:23 2012
New Revision: 244879
URL: http://svnweb.freebsd.org/changeset/base/244879

Log:
  MFC r244522: Don't reload syslogd after rotating sendmail.st.
  
  Approved by:	emaste (co-mentor)

Modified:
  stable/8/etc/newsyslog.conf

Modified: stable/8/etc/newsyslog.conf
==============================================================================
--- stable/8/etc/newsyslog.conf	Mon Dec 31 03:34:14 2012	(r244878)
+++ stable/8/etc/newsyslog.conf	Mon Dec 31 03:34:23 2012	(r244879)
@@ -32,7 +32,7 @@
 /var/log/pflog				600  3	   100	*     JB    /var/run/pflogd.pid
 /var/log/ppp.log	root:network	640  3	   100	*     JC
 /var/log/security			600  10	   100	*     JC
-/var/log/sendmail.st			640  10	   *	168   B
+/var/log/sendmail.st			640  10	   *	168   BN
 /var/log/weekly.log			640  5	   1	$W6D0 JN
 /var/log/wtmp				644  3	   *	@01T05 B
 /var/log/xferlog			600  7	   100	*     JC


More information about the svn-src-all mailing list