summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2011-04-14 20:32:35 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2011-04-14 20:32:35 +0000
commit4fe07912aab8ac8b1cec974d88ff45145334011a (patch)
tree32c8eac0b4fcbfbc461298e810bfd0eb6391cbc6
parent88bf84069c919f11e6072a750f6b1ac7a9f492ed (diff)
Don't compress wtmp by default; the tools dealing with this log are
cumbersome to use with compressed files. Idea from ian@ following a discussion started with a diff to last(1) from by Peter Philipp. ok martynas@ mk@ millert@
-rw-r--r--etc/newsyslog.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index e474f7cbf01..9d4805eb40a 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: newsyslog.conf,v 1.28 2010/06/29 10:25:13 stephan Exp $
+# $OpenBSD: newsyslog.conf,v 1.29 2011/04/14 20:32:34 sthen Exp $
#
# configuration file for newsyslog
#
@@ -11,7 +11,7 @@
/var/log/maillog 600 7 * 24 Z
/var/log/messages 644 5 30 * Z
/var/log/secure 600 7 * 168 Z
-/var/log/wtmp 644 7 * $W6D4 ZB
+/var/log/wtmp 644 7 * $W6D4 B
/var/log/xferlog 640 7 250 * Z
/var/log/ppp.log 640 7 250 * Z
/var/log/pflog 600 3 250 * ZB "pkill -HUP -u root -U root -t - -x pflogd"