diff options
author | 2000-09-22 14:25:40 +0000 | |
---|---|---|
committer | 2000-09-22 14:25:40 +0000 | |
commit | 3b7ea7d886a05a85f25b5478edad770d42e71f06 (patch) | |
tree | 6dd9fa12d2f0d946b54506e0f8754bbc8e856ad7 | |
parent | Correctly format "setsockopt(2)/getsockopt(2)" so that it doesn't hosed (diff) | |
download | wireguard-openbsd-3b7ea7d886a05a85f25b5478edad770d42e71f06.tar.xz wireguard-openbsd-3b7ea7d886a05a85f25b5478edad770d42e71f06.zip |
Remove /var/run/ipmon.pid and add a comment saying when the user may
need to add it.
-rw-r--r-- | etc/newsyslog.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index b98d2f450be..0e4cbb1fa48 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.10 2000/09/21 21:46:48 millert Exp $ +# $OpenBSD: newsyslog.conf,v 1.11 2000/09/22 14:25:40 millert Exp $ # # configuration file for newsyslog # @@ -7,7 +7,6 @@ /var/log/aculog uucp.dialer 640 7 * 24 Z /var/log/authlog root.wheel 640 7 * 168 Z /var/log/daemon 640 5 30 * Z -/var/log/ipflog 640 7 * 24 Z /var/run/ipmon.pid /var/log/lpd-errs 640 7 10 * Z /var/log/maillog 600 7 * 24 Z /var/log/messages 644 5 30 * Z @@ -15,6 +14,8 @@ /var/log/wtmp 644 7 * 168 ZB /var/log/xferlog 640 7 250 * Z /var/log/ppp.log 640 7 250 * Z +# If you run ipmon w/o the -Ds flag you need to add "/var/run/ipmon.pid" here +/var/log/ipflog 640 7 * 24 Z # # Uncomment to rotate apache logs # |