Source-Changes-HG archive

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

[src/trunk]: src/etc Fix previous: use correct mode as well as owner/group.



details:   https://anonhg.NetBSD.org/src/rev/b97471cb8c14
branches:  trunk
changeset: 750718:b97471cb8c14
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jan 12 04:44:06 2010 +0000

description:
Fix previous: use correct mode as well as owner/group.
My bad. PR misc/41544.

diffstat:

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

diffs (18 lines):

diff -r d3e9a3e78c93 -r b97471cb8c14 etc/Makefile
--- a/etc/Makefile      Tue Jan 12 03:56:17 2010 +0000
+++ b/etc/Makefile      Tue Jan 12 04:44:06 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.377 2010/01/10 06:13:25 dholland Exp $
+#      $NetBSD: Makefile,v 1.378 2010/01/12 04:44:06 dholland Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -307,7 +307,7 @@
                ${BINOWN} operator      664     /etc/dumpdates  \
                ${BINOWN} operator      600     /etc/skeykeys \
                root wheel              600     /var/at/at.deny \
-               root wheel              664     /var/db/locate.database \
+               root wheel              644     /var/db/locate.database \
                ${BINOWN} ${BINGRP}     600     /var/log/authlog \
                root wheel              600     /var/log/cron \
                ${BINOWN} ${UTMPGRP}    664     /var/log/lastlog \



Home | Main Index | Thread Index | Old Index