=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.431 retrieving revision 1.432 diff -c -r1.431 -r1.432 *** src/etc/Makefile 2016/09/11 06:51:17 1.431 --- src/etc/Makefile 2016/09/11 19:44:32 1.432 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.431 2016/09/11 06:51:17 natano Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.432 2016/09/11 19:44:32 natano Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 94,99 **** --- 94,101 ---- ${INSTALL} -c -o root -g crontab -m 600 crontab ${DESTDIR}/var/cron/tabs/root ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd + chown root:wheel ${DESTDIR}/etc/passwd ${DESTDIR}/etc/pwd.db + chown root:_shadow ${DESTDIR}/etc/spwd.db ${INSTALL} -c -o root -g wheel -m 600 pf.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 *************** *** 210,215 **** --- 212,218 ---- cd ${DESTDIR}/var; ln -fs ../tmp chown -h root:wheel ${DESTDIR}/var/tmp touch ${DESTDIR}/var/sysmerge/etcsum + chown root:wheel ${DESTDIR}/var/sysmerge/etcsum cd ${DESTDIR}/ && \ sort ${.CURDIR}/../distrib/sets/lists/etc/{mi,md.${MACHINE}} | \ xargs sha256 -h ${DESTDIR}/var/sysmerge/etcsum || true