Module Name:    src
Committed By:   nakayama
Date:           Thu May 16 20:12:35 UTC 2019

Modified Files:
        src/etc: newsyslog.conf

Log Message:
Specify PID file to properly rotate npf log file.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/etc/newsyslog.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/newsyslog.conf
diff -u src/etc/newsyslog.conf:1.23 src/etc/newsyslog.conf:1.24
--- src/etc/newsyslog.conf:1.23	Sat Jan  7 18:50:50 2017
+++ src/etc/newsyslog.conf	Thu May 16 20:12:35 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: newsyslog.conf,v 1.23 2017/01/07 18:50:50 christos Exp $
+#	$NetBSD: newsyslog.conf,v 1.24 2019/05/16 20:12:35 nakayama Exp $
 #
 # Configuration file for newsyslog(8).
 #
@@ -8,7 +8,7 @@
 /var/log/cron		root:wheel	600  3    100  *    Z
 /var/log/kerberos.log			640  7    *    24   ZN
 /var/log/lpd-errs			640  7    100  *    Z
-/var/log/npflog0.pcap			600  7    100  *    ZB
+/var/log/npflog0.pcap			600  7    100  *    ZB /var/run/npfd.pid
 /var/log/maillog			600  7    *    24   Z
 /var/log/messages			644  10   250  *    Z
 /var/log/wtmp		root:utmp	664  7    *    168  ZBN

Reply via email to