Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn't

have special write permissions to things.
This commit is contained in:
Kris Kennaway 2000-08-15 09:42:12 +00:00
parent 791132f4a0
commit 11447e2ce6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64665

View File

@ -138,7 +138,7 @@ distribution:
${DESTDIR}/var/log/wtmp
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/run/utmp
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
${DESTDIR}/var/crash
(cd ${.CURDIR}/..; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \