diff options
author | markj <markj@FreeBSD.org> | 2012-12-20 23:18:36 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2012-12-20 23:18:36 +0000 |
commit | f8816140afe017432a9b5499219d80e004f53fa3 (patch) | |
tree | 343d4f35d2da4195208545f4ac9dbc9bc366f5ff /etc/newsyslog.conf | |
parent | 974c3f6e17889240b17bd18e444f67d30da38ff3 (diff) | |
download | FreeBSD-src-f8816140afe017432a9b5499219d80e004f53fa3.zip FreeBSD-src-f8816140afe017432a9b5499219d80e004f53fa3.tar.gz |
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
Diffstat (limited to 'etc/newsyslog.conf')
-rw-r--r-- | etc/newsyslog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index b9ac1a8..76e0707 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -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 |