summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2011-01-09 19:22:17 +0000
committerjmmv <jmmv@pkgsrc.org>2011-01-09 19:22:17 +0000
commit819dffb7af7bd9bc5a11766303bf991c8f072825 (patch)
tree536109af17dc1c554091086c59b3da174e1f1dc9 /security
parent0f6a73d4454a7468ec95c25886c1636e5cd73876 (diff)
downloadpkgsrc-819dffb7af7bd9bc5a11766303bf991c8f072825.tar.gz
Fix previous: I redefined OWN_DIRS which prevented the creation of the
run dir in VARBASE... Bump PKGREVISION to 3.
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 5588518a4f5..ba30dee895b 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.125 2011/01/07 17:54:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.126 2011/01/09 19:22:17 jmmv Exp $
#
DISTNAME= sudo-1.7.4p4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
@@ -43,7 +43,7 @@ DOCDIR= share/doc/${PKGBASE}
EGDIR= share/examples/${PKGBASE}
CONF_FILES_PERMS= ${EGDIR}/sudoers ${PKG_SYSCONFDIR}/sudoers \
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0440
-OWN_DIRS= ${PKG_SYSCONFDIR}/sudoers.d
+OWN_DIRS+= ${PKG_SYSCONFDIR}/sudoers.d
SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS}
INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}