sudo: update to 1.7.1.
--HG-- extra : convert_revision : 34156551e2153b41faf74313482f6cfb1dbb5e3c
This commit is contained in:
parent
631608e3ef
commit
b0fe21ff27
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.7.0
|
version=1.7.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 --enable-shell-sets-home
|
||||||
|
@ -8,7 +8,7 @@ configure_args="--with-ignore-dot -with-all-insults --enable-shell-sets-home
|
||||||
--enable-noargs-shell"
|
--enable-noargs-shell"
|
||||||
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=5f7de94287f39c8b3b8d86aed147967e9286f45740412004233858b637391978
|
checksum=e51c39eb4fca981b28b02c1cc58eef0b079258dce90cc87d5d91fcecedabe1db
|
||||||
long_desc="
|
long_desc="
|
||||||
Sudo is a program designed to allow a sysadmin to give limited root
|
Sudo is a program designed to allow a sysadmin to give limited root
|
||||||
privileges to users and log root activity. The basic philosophy is to
|
privileges to users and log root activity. The basic philosophy is to
|
||||||
|
@ -24,12 +24,12 @@ post_install()
|
||||||
{
|
{
|
||||||
install -d $DESTDIR/etc/pam.d
|
install -d $DESTDIR/etc/pam.d
|
||||||
cat > $DESTDIR/etc/pam.d/sudo <<_EOF
|
cat > $DESTDIR/etc/pam.d/sudo <<_EOF
|
||||||
auth required pam_unix.so
|
auth required pam_unix.so
|
||||||
account required pam_unix.so
|
account required pam_unix.so
|
||||||
session optional pam_mail.so dir=/var/mail standard
|
session optional pam_mail.so dir=/var/mail standard
|
||||||
session optional pam_xauth.so
|
session optional pam_xauth.so
|
||||||
session required pam_env.so
|
session required pam_env.so
|
||||||
session required pam_unix.so
|
session required pam_unix.so
|
||||||
_EOF
|
_EOF
|
||||||
chmod 644 $DESTDIR/etc/pam.d/sudo
|
chmod 644 $DESTDIR/etc/pam.d/sudo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue