diff options
author | 1999-05-10 14:15:26 +0000 | |
---|---|---|
committer | 1999-05-10 14:15:26 +0000 | |
commit | e013eac12c75997d3724b8a5bb5ae1f40fb1a97c (patch) | |
tree | 485014699c04c064df7cb3f4063af732f33ddbef | |
parent | Fix sdsize() to not call sdopen()/sdclose() unless it is needed. (diff) | |
download | wireguard-openbsd-e013eac12c75997d3724b8a5bb5ae1f40fb1a97c.tar.xz wireguard-openbsd-e013eac12c75997d3724b8a5bb5ae1f40fb1a97c.zip |
Don't rotate kerberos logs. From: mattiasa@stacken.kth.se
-rw-r--r-- | etc/newsyslog.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 4b5a0005e61..6b4311d9473 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: newsyslog.conf,v 1.8 1999/03/25 05:21:50 beck Exp $ +# $OpenBSD: newsyslog.conf,v 1.9 1999/05/10 14:15:26 art Exp $ # # configuration file for newsyslog # @@ -8,7 +8,6 @@ /var/log/authlog root.wheel 640 7 * 168 Z /var/log/daemon 640 5 30 * Z /var/log/ipflog 640 3 10 * Z -/var/log/kerberos.log 640 7 * 24 Z /var/log/lpd-errs 640 7 10 * Z /var/log/maillog 600 7 * 24 Z /var/log/messages 644 5 30 * Z |