summaryrefslogtreecommitdiff
path: root/package/sudo
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-27 19:11:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-27 19:11:36 +0100
commitc4e4b5faf4a5d344b4d53c114d5c4d83f84a10e0 (patch)
treee4fa84443f2e41b6ed9eb264cdb9eb4e4037f2b7 /package/sudo
parent5b3adbd2422a2ebd6db295628dc1e54ed466ed63 (diff)
fix visudo, use
Diffstat (limited to 'package/sudo')
-rw-r--r--package/sudo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/sudo/Makefile b/package/sudo/Makefile
index 4e031c871..2dc7ecdb9 100644
--- a/package/sudo/Makefile
+++ b/package/sudo/Makefile
@@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= sudo
PKG_VERSION:= 1.7.4p4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 55d9906535d70a1de347cd3d3550ee87
PKG_DESCR:= su do
-PKG_SECTION:= misc
+PKG_SECTION:= admin
PKG_URL:= http://www.courtesan.com/sudo/
PKG_SITES:= http://www.courtesan.com/sudo/dist/
@@ -17,6 +17,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SUDO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --without-pam \
+ --with-env-editor \
--with-timedir=/var/run
post-install: