summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2011-01-07 17:54:34 +0000
committerjmmv <jmmv@pkgsrc.org>2011-01-07 17:54:34 +0000
commitfafed3bdd91457d4f18b42d72b7638e0222b79f2 (patch)
treee0020d83e74f0e8d498a438b559cdf5693547d14 /security/sudo
parent7813b63d2d6721c812d59d47a14f213aeae73c64 (diff)
downloadpkgsrc-fafed3bdd91457d4f18b42d72b7638e0222b79f2.tar.gz
Create the ${PKG_SYSCONFDIR}/sudoers.d directory on install. The default
configuration file requires this directory to exist. Bump PKGREVISION to 2.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 6f5b5e56d18..5588518a4f5 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.124 2010/09/21 03:05:27 taca Exp $
+# $NetBSD: Makefile,v 1.125 2011/01/07 17:54:34 jmmv Exp $
#
DISTNAME= sudo-1.7.4p4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
@@ -43,6 +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
SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS}
INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}