diff options
author | tron <tron@pkgsrc.org> | 2009-06-06 22:49:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-06-06 22:49:50 +0000 |
commit | a237bf31a67d9b0324308e79b27a2b1a4a10b985 (patch) | |
tree | c83843c5cc18e7bc58e23062d6370a2bb1156064 /www/squid | |
parent | 46960dd33d267c99753de1b3b2dc8e27d9ce74fa (diff) | |
download | pkgsrc-a237bf31a67d9b0324308e79b27a2b1a4a10b985.tar.gz |
Remove write permission from "libexec/pinger" because it is installed
setuid "root".
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile.squid | 3 |
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; \ |