diff options
author | jmmv <jmmv> | 2011-01-07 17:54:34 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2011-01-07 17:54:34 +0000 |
commit | eaa058cfe41817c4d4837706b6eb657b68ab1e21 (patch) | |
tree | e0020d83e74f0e8d498a438b559cdf5693547d14 | |
parent | 2e3881394568873c50505d17ea13264e336fd4a0 (diff) | |
download | pkgsrc-eaa058cfe41817c4d4837706b6eb657b68ab1e21.tar.gz |
Create the ${PKG_SYSCONFDIR}/sudoers.d directory on install. The default
configuration file requires this directory to exist.
Bump PKGREVISION to 2.
-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} |