svn commit: r244522 - head/etc
Mark Johnston
markj at FreeBSD.org
Thu Dec 20 23:18:37 UTC 2012
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
More information about the svn-src-all
mailing list