Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 23:18:36 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244522 - head/etc
Message-ID:  <201212202318.qBKNIaTf042490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Dec 20 23:18:36 2012
New Revision: 244522
URL: http://svnweb.freebsd.org/changeset/base/244522

Log:
  Don't reload syslogd after rotating sendmail.st, as this file isn't
  managed by syslogd.
  
  PR:		conf/169973
  Approved by:	rstone (co-mentor)
  MFC after:	1 week

Modified:
  head/etc/newsyslog.conf

Modified: head/etc/newsyslog.conf
==============================================================================
--- head/etc/newsyslog.conf	Thu Dec 20 23:06:47 2012	(r244521)
+++ head/etc/newsyslog.conf	Thu Dec 20 23:18:36 2012	(r244522)
@@ -33,7 +33,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/utx.log			644  3	   *	@01T05 B
 /var/log/weekly.log			640  5	   *	$W6D0 JN
 /var/log/xferlog			600  7	   100	*     JC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212202318.qBKNIaTf042490>