Source-Changes-HG archive

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

[src/trunk]: src/etc Fix installation permissions of /var/db/locate.database ...



details:   https://anonhg.NetBSD.org/src/rev/aa12601a403d
branches:  trunk
changeset: 750664:aa12601a403d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 10 06:13:25 2010 +0000

description:
Fix installation permissions of /var/db/locate.database as per PR misc/41544.

diffstat:

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

diffs (18 lines):

diff -r 36416dd690b6 -r aa12601a403d etc/Makefile
--- a/etc/Makefile      Sun Jan 10 03:36:30 2010 +0000
+++ b/etc/Makefile      Sun Jan 10 06:13:25 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.376 2009/12/11 15:22:33 he Exp $
+#      $NetBSD: Makefile,v 1.377 2010/01/10 06:13:25 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 \
-               nobody ${BINGRP}        664     /var/db/locate.database \
+               root wheel              664     /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