From 85de8da7b5bf7653d5563ab1269d52b8d1f9f533 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Jan 2010 01:31:06 +0100 Subject: [PATCH] sudo: fix installation as user, enable more options. Bumprev. --HG-- extra : convert_revision : a5d13b612c8e70f5608d0fcc340f713035d294bc --- srcpkgs/sudo/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index e71af90cbbd..21315139470 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,11 +1,13 @@ # Template build file for 'sudo'. pkgname=sudo version=1.7.2p2 +revision=1 distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--with-ignore-dot -with-all-insults --enable-shell-sets-home - --disable-root-sudo --with-logfac=auth -without-sendmail - --enable-noargs-shell" +configure_args="--with-ignore-dot -with-all-insults --with-env-editor +--enable-shell-sets-home --enable-noargs-shell --enable-pam +--disable-root-sudo --with-logfac=auth --without-sendmail +--disable-root-mailer --disable-setresuid" short_desc="Allow others to run commands as root" maintainer="Juan RP " checksum=3d93aa2d52873b1fc82dc6dd64f1046e4636735f55d9ca7861ef02235b7c7e45 @@ -16,9 +18,11 @@ long_desc=" work done." conf_files="/etc/pam.d/sudo /etc/sudoers" +nostrip=yes -Add_dependency full glibc -Add_dependency full pam +Add_dependency run glibc +Add_dependency run pam +Add_dependency build pam-devel post_install() {