Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Now that /var/log/wtmp and /var/log/wtmp should have gro...
details: https://anonhg.NetBSD.org/src/rev/d58ea5a3f3f7
branches: trunk
changeset: 581763:d58ea5a3f3f7
user: he <he%NetBSD.org@localhost>
date: Sun Jun 05 07:33:17 2005 +0000
description:
Now that /var/log/wtmp and /var/log/wtmp should have group=utmp,
instruct newsyslog to follow up this when rotating these logs.
diffstat:
etc/newsyslog.conf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 87da4a322394 -r d58ea5a3f3f7 etc/newsyslog.conf
--- a/etc/newsyslog.conf Sun Jun 05 01:15:29 2005 +0000
+++ b/etc/newsyslog.conf Sun Jun 05 07:33:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: newsyslog.conf,v 1.18 2003/11/21 18:07:09 abs Exp $
+# $NetBSD: newsyslog.conf,v 1.19 2005/06/05 07:33:17 he Exp $
#
# Configuration file for newsyslog(8).
#
@@ -11,6 +11,6 @@
/var/log/lpd-errs 640 7 100 * Z
/var/log/maillog 600 7 * 24 Z
/var/log/messages 644 10 250 * Z
-/var/log/wtmp 644 7 * 168 ZBN
-/var/log/wtmpx 644 7 * 168 ZBN
+/var/log/wtmp root:utmp 644 7 * 168 ZBN
+/var/log/wtmpx root:utmp 644 7 * 168 ZBN
/var/log/xferlog 640 7 250 * Z
Home |
Main Index |
Thread Index |
Old Index