Module Name:    src
Committed By:   dholland
Date:           Tue Jan 12 04:44:06 UTC 2010

Modified Files:
        src/etc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 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.377 src/etc/Makefile:1.378
--- src/etc/Makefile:1.377	Sun Jan 10 06:13:25 2010
+++ src/etc/Makefile	Tue Jan 12 04:44:06 2010
@@ -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 \

Reply via email to