sudo: fix installation as user, enable more options. Bumprev.
--HG-- extra : convert_revision : a5d13b612c8e70f5608d0fcc340f713035d294bc
This commit is contained in:
parent
03648bf2ee
commit
85de8da7b5
|
@ -1,11 +1,13 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.7.2p2
|
version=1.7.2p2
|
||||||
|
revision=1
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --enable-shell-sets-home
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
--disable-root-sudo --with-logfac=auth -without-sendmail
|
--enable-shell-sets-home --enable-noargs-shell --enable-pam
|
||||||
--enable-noargs-shell"
|
--disable-root-sudo --with-logfac=auth --without-sendmail
|
||||||
|
--disable-root-mailer --disable-setresuid"
|
||||||
short_desc="Allow others to run commands as root"
|
short_desc="Allow others to run commands as root"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=3d93aa2d52873b1fc82dc6dd64f1046e4636735f55d9ca7861ef02235b7c7e45
|
checksum=3d93aa2d52873b1fc82dc6dd64f1046e4636735f55d9ca7861ef02235b7c7e45
|
||||||
|
@ -16,9 +18,11 @@ long_desc="
|
||||||
work done."
|
work done."
|
||||||
|
|
||||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full pam
|
Add_dependency run pam
|
||||||
|
Add_dependency build pam-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue