Module Name: src
Committed By: dholland
Date: Sun Jan 10 06:13:25 UTC 2010
Modified Files:
src/etc: Makefile
Log Message:
Fix installation permissions of /var/db/locate.database as per PR misc/41544.
To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 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.376 src/etc/Makefile:1.377
--- src/etc/Makefile:1.376 Fri Dec 11 15:22:33 2009
+++ src/etc/Makefile Sun Jan 10 06:13:25 2010
@@ -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 \