Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/etc Pull up following revision(s) (requested by lukem in ...
details: https://anonhg.NetBSD.org/src/rev/f205b0077bf2
branches: netbsd-3
changeset: 577382:f205b0077bf2
user: tron <tron%NetBSD.org@localhost>
date: Fri Oct 21 11:32:12 2005 +0000
description:
Pull up following revision(s) (requested by lukem in ticket #907):
etc/newsyslog.conf: revision 1.19
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 8cd5ade6997d -r f205b0077bf2 etc/newsyslog.conf
--- a/etc/newsyslog.conf Fri Oct 21 11:27:00 2005 +0000
+++ b/etc/newsyslog.conf Fri Oct 21 11:32:12 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.18.6.1 2005/10/21 11:32:12 tron 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