summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorskrll <skrll>2001-10-21 08:46:29 +0000
committerskrll <skrll>2001-10-21 08:46:29 +0000
commit054d44bbc3cb20163675af465b8414b608da5246 (patch)
tree7916eae9ce3254792fa5db8e42c9b2f022afaa50 /x11/kdebase2
parent5b5978bcd968a169364ba22cc904ae6b9ec361b2 (diff)
downloadpkgsrc-054d44bbc3cb20163675af465b8414b608da5246.tar.gz
Do not install the screensavers ${PREFIX}/bin/*.kss setuid root. Instead
set ${PREFIX}/bin/kcheckpass setuid root. Fixes pkg/13294 from Scott Presnell <srp@zgi.com>
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 5a057cac62f..726a880f744 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/10/15 22:45:59 skrll Exp $
+# $NetBSD: Makefile,v 1.27 2001/10/21 08:46:29 skrll Exp $
DISTNAME= kdebase-2.2.1
CATEGORIES= x11 kde
@@ -61,7 +61,7 @@ post-install:
.endif
${CAT} ${PLIST_INIT} >> ${PLIST_SRC}
@${CHMOD} u+s ${PREFIX}/bin/konsole_grantpty
- @${CHMOD} u+s ${PREFIX}/bin/*.kss
+ @${CHMOD} u+s ${PREFIX}/bin/kcheckpass
@${CHMOD} u+s ${PREFIX}/bin/ksysguardd
@(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} \! -type d | sort >>${PLIST_SRC})
@(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type d | sort -r | \