Module Name:    src
Committed By:   snj
Date:           Sat Jan 30 19:21:15 UTC 2010

Modified Files:
        src/etc [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1273):
        etc/Makefile: revision 1.377
        etc/Makefile: revision 1.378
Fix installation permissions of /var/db/locate.database as per PR misc/41544.


To generate a diff of this commit:
cvs rdiff -u -r1.359.2.5 -r1.359.2.6 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.359.2.5 src/etc/Makefile:1.359.2.6
--- src/etc/Makefile:1.359.2.5	Wed Oct 14 20:05:08 2009
+++ src/etc/Makefile	Sat Jan 30 19:21:15 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.359.2.5 2009/10/14 20:05:08 sborrill Exp $
+#	$NetBSD: Makefile,v 1.359.2.6 2010/01/30 19:21:15 snj Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -304,7 +304,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		644	/var/db/locate.database \
 		${BINOWN} ${BINGRP}	600	/var/log/authlog \
 		root wheel		600	/var/log/cron \
 		${BINOWN} ${UTMPGRP}	664	/var/log/lastlog \

Reply via email to