diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-22 23:47:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-22 23:47:58 +0000 |
commit | 6c5db34b6579d7c04e4e0141729fa320858ab1bb (patch) | |
tree | 4a3be9900269020d7d6935171c0187ceaf02e923 /etc | |
parent | c973bb7801044f05f07943b2fe4c95b9ce945385 (diff) |
I forgot to list the pid file
Diffstat (limited to 'etc')
-rw-r--r-- | etc/newsyslog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 5969980d176..d3a61b6f095 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.13 2001/08/21 22:30:20 deraadt Exp $ +# $OpenBSD: newsyslog.conf,v 1.14 2001/08/22 23:47:57 deraadt Exp $ # # configuration file for newsyslog # @@ -14,7 +14,7 @@ /var/log/wtmp 644 7 * 168 ZB /var/log/xferlog 640 7 250 * Z /var/log/ppp.log 640 7 250 * Z -/var/log/pflog 600 3 250 * Z +/var/log/pflog 600 3 250 * Z /var/run/pflogd.pid # # Uncomment to rotate apache logs # |