diff options
author | joerg <joerg> | 2010-02-19 20:16:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 20:16:05 +0000 |
commit | 53f75fc0764651d767a7a8aa5063d948e13d9d7d (patch) | |
tree | 29be4f48f5c2edeab5b24366c730b6472d3369af /security | |
parent | c8992de61611a10ad635753c84499e1a0c6c05de (diff) | |
download | pkgsrc-53f75fc0764651d767a7a8aa5063d948e13d9d7d.tar.gz |
Fix ownership. Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index a7f51b999bb..f5a90ec88f1 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2010/01/17 12:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2010/02/19 20:16:05 joerg Exp $ DISTNAME= heimdal-1.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ @@ -62,7 +62,7 @@ PLIST.afskauth= yes PLIST.hcrypto= yes .endif -OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${ROOT_USER} ${ROOT_GROUP} 0700 +OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${REAL_ROOT_USER} ${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 |