summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-13 09:46:00 +0000
committerrillig <rillig@pkgsrc.org>2007-03-13 09:46:00 +0000
commitbec1d82f20ab9028c85a178064e534b4022dbaba (patch)
tree43b6f1016cabcc61d0d6743464c0a98e198c31ba /security
parent10d12f469559cd00f634f6d4f26a2f8119f08b69 (diff)
downloadpkgsrc-bec1d82f20ab9028c85a178064e534b4022dbaba.tar.gz
bin/sudo is set-uid root. PKGREVISION++
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 666bc938edc..2dfb06e6195 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.88 2006/06/14 00:06:27 reed Exp $
+# $NetBSD: Makefile,v 1.89 2007/03/13 09:46:00 rillig Exp $
#
DISTNAME= sudo-1.6.8p12
PKGNAME= sudo-1.6.8pl12
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --with-nbsdops --disable-path-info
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES_PERMS= ${EGDIR}/sudoers ${PKG_SYSCONFDIR}/sudoers 0 0 0440
+SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS}
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}