Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Remove "tags=nodiff" from /var/log/authlog as sugg...



details:   https://anonhg.NetBSD.org/src/rev/4e8a7e4c4064
branches:  trunk
changeset: 331192:4e8a7e4c4064
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Aug 05 07:34:52 2014 +0000

description:
Remove "tags=nodiff" from /var/log/authlog as suggested by uebayasi@;
part of PR 49031.

diffstat:

 etc/mtree/special |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0448dfff753a -r 4e8a7e4c4064 etc/mtree/special
--- a/etc/mtree/special Tue Aug 05 07:10:41 2014 +0000
+++ b/etc/mtree/special Tue Aug 05 07:34:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.147 2014/05/19 05:43:35 uebayasi Exp $
+#      $NetBSD: special,v 1.148 2014/08/05 07:34:52 dholland Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -407,7 +407,7 @@
 ./var/cron/tabs/root           type=file mode=0600 tags=nodiff
 ./var/db                       type=dir  mode=0755
 ./var/log                      type=dir  mode=0755
-./var/log/authlog              type=file mode=0600 optional tags=exclude tags=nodiff
+./var/log/authlog              type=file mode=0600 optional tags=exclude
 ./var/log/lastlog              type=file mode=0664 gname=utmp tags=exclude
 ./var/log/lastlogx             type=file mode=0664 gname=utmp tags=exclude
 ./var/log/wtmp                 type=file mode=0664 gname=utmp tags=exclude



Home | Main Index | Thread Index | Old Index