Install sample cf file mode 640, not 660

This commit is contained in:
Kris Kennaway 2003-04-19 09:10:59 +00:00
parent 5c2045a3d3
commit 7479816b2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79268

View File

@ -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