diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-05-18 15:17:30 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-05-18 15:17:30 +0000 |
commit | 3ef015de9b72fe0d0e90051483816312644972c2 (patch) | |
tree | 7c32f685f84f823ed9d98d5ee2e289499f5235f1 /etc | |
parent | bc0ddad5ca13151fdedf7eeeebe411dded94564d (diff) |
Put ntpd.conf in MUTABLE so it's installed with 0644 mode.
discussed by deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index afa7130e819..497914cb5df 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.402 2015/05/18 13:48:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.403 2015/05/18 15:17:29 ajacoutot Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -33,7 +33,7 @@ BINGRP= wheel MUTABLE=changelist csh.cshrc csh.login csh.logout daily \ etc.${MACHINE}/disktab etc.${MACHINE}/login.conf ftpusers \ gettytab group ksh.kshrc locate.rc mailer.conf \ - moduli monthly netstart networks newsyslog.conf \ + moduli monthly netstart networks newsyslog.conf ntpd.conf \ pf.os protocols rc rc.conf rpc services shells syslog.conf weekly # -rw-r--r-- @@ -97,7 +97,6 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc - ${INSTALL} -c -o root -g wheel -m 640 ntpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/var/nsd/etc ${INSTALL} -c -o root -g wheel -m 644 unbound.conf ${DESTDIR}/var/unbound/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ |