summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-19 09:10:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-19 09:10:59 +0000
commit7479816b2d8bb74b418faaa4aaa1d19428b1f80c (patch)
tree10259605fe933a6257f9e7047b1b2f69ca8f2df2 /comms
parentBIDDEN: Lots of buffer overflows yielding setuid root. (diff)
Install sample cf file mode 640, not 660
Notes
Notes: svn path=/head/; revision=79268
Diffstat (limited to 'comms')
-rw-r--r--comms/qpage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index 4573a428edaa..ba77b0f8a87e 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -26,7 +26,7 @@ post-install:
fi
@if [ ! -f ${PREFIX}/etc/qpage-example.cf ]; then \
${ECHO} "Install ${PREFIX}/etc/qpage-example.cf file."; \
- ${INSTALL_SCRIPT} -m 660 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \
+ ${INSTALL_SCRIPT} -m 640 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \
${PREFIX}/etc/qpage-example.cf; \
fi