summaryrefslogtreecommitdiffstats
path: root/games/hack
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 00:07:08 +0000
committerache <ache@FreeBSD.org>1997-09-24 00:07:08 +0000
commitfa23c77f0f1e034f3d2e49a09a331a6eae002592 (patch)
tree6c4ad2cb3ca7413253fb9801ad9f2775fab07b03 /games/hack
parent61a656ae1efdb6c4195a0437291887942cd760e2 (diff)
downloadFreeBSD-src-fa23c77f0f1e034f3d2e49a09a331a6eae002592.zip
FreeBSD-src-fa23c77f0f1e034f3d2e49a09a331a6eae002592.tar.gz
Do not install 3 files writeable by all (666), change it to 664
Diffstat (limited to 'games/hack')
-rw-r--r--games/hack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index abcb487..439b06c 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -29,11 +29,11 @@ makedefs: makedefs.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/hackdir/perm
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/hackdir/record
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.CURDIR}/rumors \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/rumors \
${DESTDIR}/var/games/hackdir/rumors
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/help ${.CURDIR}/hh ${.CURDIR}/data \
OpenPOWER on IntegriCloud