summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authortron <tron>2014-01-26 15:51:54 +0000
committertron <tron>2014-01-26 15:51:54 +0000
commit78f09ad36a9157fd69714f675c5ef08b997b722d (patch)
treef22fbc2ea7578a86b97a9f0c0c70dd0205d95b52 /security/stunnel
parent8da840100fd12da89a32e10f025dc21ea1107881 (diff)
downloadpkgsrc-78f09ad36a9157fd69714f675c5ef08b997b722d.tar.gz
Fix permissions so taht "etc/stunnel" belongs to the actual "root" user
and not to the user that build the package. Bump package revision because of this fix.
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index cb2f37e0f9b..0e9b61130d6 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2013/10/31 15:58:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.86 2014/01/26 15:51:54 tron Exp $
DISTNAME= stunnel-4.55
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/downloads/
@@ -29,7 +29,7 @@ PKG_GECOS.${STUNNEL_USER}?= Stunnel
PKG_HOME.${STUNNEL_USER}?= ${VARBASE}/chroot/stunnel
PKG_SYSCONFSUBDIR= stunnel
-PKG_SYSCONFDIR_PERMS= ${ROOT_USER} ${STUNNEL_GROUP} 0750
+PKG_SYSCONFDIR_PERMS= ${REAL_ROOT_USER} ${STUNNEL_GROUP} 0750
OWN_DIRS= ${PKG_HOME.${STUNNEL_USER}}/certs ${PKG_HOME.${STUNNEL_USER}}/crls
OWN_DIRS_PERMS= ${PKG_HOME.${STUNNEL_USER}}/pid ${USER_GROUP} 0750