pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kterm Use SETUID_ROOT_PERMS instead of the custom ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e2c46347f01
branches:  trunk
changeset: 530023:3e2c46347f01
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 14:29:41 2007 +0000

description:
Use SETUID_ROOT_PERMS instead of the custom setuid root permissions.

diffstat:

 x11/kterm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 567ceece2f3f -r 3e2c46347f01 x11/kterm/Makefile
--- a/x11/kterm/Makefile        Fri Jun 15 14:26:22 2007 +0000
+++ b/x11/kterm/Makefile        Fri Jun 15 14:29:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/12/27 13:37:42 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2007/06/15 14:29:41 jlam Exp $
 
 DISTNAME=      kterm-6.2.0
 PKGREVISION=   10
@@ -16,7 +16,7 @@
 
 USE_IMAKE=     YES
 
-SPECIAL_PERMS= ${PREFIX:Q}/bin/kterm ${ROOT_USER} ${ROOT_GROUP} 4711
+SPECIAL_PERMS= ${PREFIX:Q}/bin/kterm ${SETUID_ROOT_PERMS}
 
 BUILD_DEFS+=   KTERM_USE_WALLPAPER
 



Home | Main Index | Thread Index | Old Index