summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2009-06-06 22:49:50 +0000
committertron <tron>2009-06-06 22:49:50 +0000
commitf7a4511a948b35e6e7272631da1f5a0d65f4678c (patch)
treec83843c5cc18e7bc58e23062d6370a2bb1156064
parent9be86520304e7fbe85fe60b86a76d4c338538fcf (diff)
downloadpkgsrc-f7a4511a948b35e6e7272631da1f5a0d65f4678c.tar.gz
Remove write permission from "libexec/pinger" because it is installed
setuid "root".
-rw-r--r--www/squid/Makefile.squid3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/Makefile.squid b/www/squid/Makefile.squid
index 53247aee184..a3596dbe19b 100644
--- a/www/squid/Makefile.squid
+++ b/www/squid/Makefile.squid
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.squid,v 1.6 2009/05/04 22:29:41 tron Exp $
+# $NetBSD: Makefile.squid,v 1.7 2009/06/06 22:49:50 tron Exp $
#
# used by www/squid26/Makefile
# used by www/squid27/Makefile
@@ -76,6 +76,7 @@ post-install:
${INSTALL_DATA} ${PKGDIR}/../squid/files/$$f \
${DESTDIR}${PREFIX}/${DOCDIR}; \
done
+ ${CHMOD} -w ${PREFIX}/libexec/pinger
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
( \
cd ${WRKSRC}/errors; \