pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid Remove write permission from "libexec/pinger...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bf9a2763e6a
branches:  trunk
changeset: 394190:0bf9a2763e6a
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jun 06 22:49:50 2009 +0000

description:
Remove write permission from "libexec/pinger" because it is installed
setuid "root".

diffstat:

 www/squid/Makefile.squid |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 580c5dd43a5a -r 0bf9a2763e6a www/squid/Makefile.squid
--- a/www/squid/Makefile.squid  Sat Jun 06 22:49:45 2009 +0000
+++ b/www/squid/Makefile.squid  Sat Jun 06 22:49:50 2009 +0000
@@ -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 @@
                ${INSTALL_DATA} ${PKGDIR}/../squid/files/$$f \
                        ${DESTDIR}${PREFIX}/${DOCDIR}; \
        done
+       ${CHMOD} -w ${PREFIX}/libexec/pinger
        ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
        (                                                       \
        cd ${WRKSRC}/errors;                                    \



Home | Main Index | Thread Index | Old Index