polkit: fix polkit-1 pam file, bumprev.
--HG-- extra : convert_revision : f3b2e75a32edd6b5e0da7fd1e6f7d4ba2b58190a
This commit is contained in:
parent
b22da4dc6d
commit
19f90eea8b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.96
|
version=0.96
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static --localstatedir=/var --with-os-type=gentoo"
|
configure_args="--disable-static --localstatedir=/var --with-os-type=gentoo"
|
||||||
|
@ -35,7 +35,7 @@ Add_dependency build pam-devel
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/etc/pam.d
|
mkdir -p ${DESTDIR}/etc/pam.d
|
||||||
cat >> ${DESTDIR}/etc/pam.d/polkit-1 <<_EOF
|
cat > ${DESTDIR}/etc/pam.d/polkit-1 <<_EOF
|
||||||
auth requisite pam_nologin.so
|
auth requisite pam_nologin.so
|
||||||
auth required pam_env.so
|
auth required pam_env.so
|
||||||
auth required pam_unix.so
|
auth required pam_unix.so
|
||||||
|
|
Loading…
Reference in a new issue