diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-22 14:25:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-22 14:25:41 +0000 |
commit | 4de4cc58a86564960d028a1b3f486a22d417ba34 (patch) | |
tree | a0e3987136138c550eb0d2747cbfe1b858207807 /etc/newsyslog.conf | |
parent | a71edb58383b7ccaeabe04646fc92c3d47da3c6a (diff) |
Remove /var/run/ipmon.pid and add a comment saying when the user may
need to add it.
Diffstat (limited to 'etc/newsyslog.conf')
-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 # |