diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-08-26 11:09:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-08-26 11:09:16 +0000 |
commit | a05b20eb617ed6c464335ed800a641f04f5c8627 (patch) | |
tree | 7625cb48f8f342570a4e29cb741f109b0d40f8a8 | |
parent | 6368b55e2df55e3ddc1cf9b6b703cd4ba8e11030 (diff) |
pflog is a binary file, ok jakob@
-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 d3a61b6f095..3cf016e63e8 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.14 2001/08/22 23:47:57 deraadt Exp $ +# $OpenBSD: newsyslog.conf,v 1.15 2001/08/26 11:09:15 matthieu 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/run/pflogd.pid +/var/log/pflog 600 3 250 * ZB /var/run/pflogd.pid # # Uncomment to rotate apache logs # |