summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartijn van Duren <martijn@cvs.openbsd.org>2021-12-08 20:18:44 +0000
committerMartijn van Duren <martijn@cvs.openbsd.org>2021-12-08 20:18:44 +0000
commit83bda7085c9ac5f0e482803c3c1204e1f134cb3e (patch)
treece2e4637d3f6b8f9815ac1bc9e2a6ebdec5f4693 /etc
parent1d76b94d0f64c8fddc628f83283ad46da58eaec3 (diff)
wtmp doesn't need to reload syslogd.
From Anton Kasimov <kasimov <dot> an <at> gmail <dot> com> OK bluhm@
Diffstat (limited to 'etc')
-rw-r--r--etc/newsyslog.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 8e59a5ce822..18509f74256 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: newsyslog.conf,v 1.36 2016/12/27 09:17:52 jca Exp $
+# $OpenBSD: newsyslog.conf,v 1.37 2021/12/08 20:18:43 martijn Exp $
#
# configuration file for newsyslog
#
@@ -10,7 +10,7 @@
/var/log/maillog 640 7 * 24 Z
/var/log/messages 644 5 300 * Z
/var/log/secure 600 7 * 168 Z
-/var/log/wtmp 644 7 * $W6D4 B
+/var/log/wtmp 644 7 * $W6D4 B ""
/var/log/xferlog 640 7 250 * Z
/var/log/pflog 600 3 250 * ZB "pkill -HUP -u root -U root -t - -x pflogd"
/var/www/logs/access.log 644 4 * $W0 Z "pkill -USR1 -u root -U root -x httpd"