diff options
author | hubertf <hubertf> | 2001-03-26 02:38:32 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-26 02:38:32 +0000 |
commit | ad3f8360def08827e3af96e7c6f4898402783cc2 (patch) | |
tree | 2eaeda13c671123875edd5eb34fd7f961b55d518 /x11 | |
parent | b2ca3d0a58b161f6dbbb6ecc55632bc46bc9900a (diff) | |
download | pkgsrc-ad3f8360def08827e3af96e7c6f4898402783cc2.tar.gz |
ysguardd wants to be setuid root
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index f42a0f3ee38..3b02a3cab86 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/24 13:42:04 skrll Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/26 02:38:32 hubertf Exp $ DISTNAME= kdebase-2.1 CATEGORIES= x11 kde @@ -42,6 +42,7 @@ post-configure: post-install: @${CHMOD} u+s ${PREFIX}/bin/konsole_grantpty @${CHMOD} u+s ${PREFIX}/bin/*.kss + @${CHMOD} u+s ${PREFIX}/bin/ksysguardd @${CP} ${PLIST_INIT} ${PLIST_SRC} @(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} \! -type d | sort >>${PLIST_SRC}) @(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type d | sort -r | \ |