diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-09 01:53:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-09 01:53:11 +0000 |
commit | 1b93f7a63df99a5b806103bc1847c2ba1d263393 (patch) | |
tree | 6b0dd35381626297e7e15ca1ec72ac13a6fad641 /security | |
parent | d48c44cb51cbc4168a8a7dd5fa2b97e9b4b814aa (diff) | |
download | pkgsrc-1b93f7a63df99a5b806103bc1847c2ba1d263393.tar.gz |
In OWN_DIRS_PERMS change ROOT_GROUP to REAL_ROOT_GROUP
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index d64dc7a0453..4db12c04b52 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2011/09/14 17:33:00 hans Exp $ +# $NetBSD: Makefile,v 1.83 2011/12/09 01:53:11 sbd Exp $ DISTNAME= heimdal-1.4 PKGREVISION= 1 @@ -64,7 +64,7 @@ PLIST.afskauth= yes PLIST.hcrypto= yes .endif -OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${REAL_ROOT_USER} ${ROOT_GROUP} 0700 +OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700 SPECIAL_PERMS+= ${PREFIX}/bin/otp ${SETUID_ROOT_PERMS} SPECIAL_PERMS= ${PREFIX}/bin/${KRB5_PREFIX}su ${SETUID_ROOT_PERMS} RCD_SCRIPTS= kadmind kcm kdc kpasswdd |