diff options
author | jmmv <jmmv> | 2011-01-07 17:54:34 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2011-01-07 17:54:34 +0000 |
commit | da2d05ee6b9cbd22f8d349c6a1a84903a40437a5 (patch) | |
tree | e0020d83e74f0e8d498a438b559cdf5693547d14 /security/sudo | |
parent | bffaafb314972eaf15029173091efbf9fe513241 (diff) | |
download | pkgsrc-da2d05ee6b9cbd22f8d349c6a1a84903a40437a5.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/Makefile | 5 |
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} |