NetBSD-Bugs archive

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

Re: misc/41544: /etc/weekly changes permissions of /var/db/locate.database



The following reply was made to PR misc/41544; it has been noted by GNATS.

From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/41544: /etc/weekly changes permissions of
        /var/db/locate.database
Date: Sat, 6 Jun 2009 20:21:35 +0000

 On Fri, Jun 05, 2009 at 09:10:01AM +0000, netbsd%eq.cz@localhost wrote:
  > The /etc/weekly script does not restore permissions of 
/var/db/locate.database back to 0664, cf.:
  > http://nxr.netbsd.org/source/xref/etc/weekly#69
  > http://nxr.netbsd.org/source/xref/etc/Makefile#303
 
 I don't see any reason it should be mode 664; it looks instead like
 etc/Makefile is outdated.
 
 --- etc/Makefile       23 Apr 2009 11:29:29 -0000      1.366
 +++ etc/Makefile       6 Jun 2009 20:19:37 -0000
 @@ -304,7 +304,7 @@ install-etc-files: .PHONY .MAKE check_DE
                ${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 \
 
 Anyone else have an opinion?
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index