Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Specify PID file to properly rotate npf log file.



details:   https://anonhg.NetBSD.org/src/rev/a867cd9b4530
branches:  trunk
changeset: 451339:a867cd9b4530
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Thu May 16 20:12:35 2019 +0000

description:
Specify PID file to properly rotate npf log file.

diffstat:

 etc/newsyslog.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18c5cd7aa9bf -r a867cd9b4530 etc/newsyslog.conf
--- a/etc/newsyslog.conf        Thu May 16 20:00:49 2019 +0000
+++ b/etc/newsyslog.conf        Thu May 16 20:12:35 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index