diff options
author | skrll <skrll@pkgsrc.org> | 2001-10-21 08:46:29 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-10-21 08:46:29 +0000 |
commit | 5fe23838c96f20aba1481bb02c1fcf380a9f850a (patch) | |
tree | 7916eae9ce3254792fa5db8e42c9b2f022afaa50 /x11/kdebase2 | |
parent | b9a10835a2955736e54d3e550191c20ae3e2225e (diff) | |
download | pkgsrc-5fe23838c96f20aba1481bb02c1fcf380a9f850a.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/Makefile | 4 |
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 | \ |