pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/tripwire By default, chmod follows symlinks, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d4ee3e4fb9a
branches:  trunk
changeset: 535391:0d4ee3e4fb9a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 16 00:16:29 2007 +0000

description:
By default, chmod follows symlinks, which is not intended here. Patch by
Lloyd Parkes in PR 37391.

diffstat:

 security/tripwire/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea96dbc95acf -r 0d4ee3e4fb9a security/tripwire/Makefile
--- a/security/tripwire/Makefile        Thu Nov 15 23:55:17 2007 +0000
+++ b/security/tripwire/Makefile        Fri Nov 16 00:16:29 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/10/09 12:49:23 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2007/11/16 00:16:29 rillig Exp $
 #
 
 DISTNAME=      tripwire-1.2
@@ -30,7 +30,7 @@
                -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g'             \
                ${WRKSRC}/include/config.h.in > ${WRKSRC}/include/config.h
 
-PRE_ROOT_CMD=  ${CHMOD} -R go+rwx ${WRKDIR}
+PRE_ROOT_CMD=  ${CHMOD} -R go+rwx ${WRKSRC}
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/docs/designdoc.ps ${PREFIX}/share/doc/tripwire



Home | Main Index | Thread Index | Old Index