nss-pam-ldapd: fix absolute paths in INSTALL/REMOVE

This commit is contained in:
Michael Gehring 2017-07-13 09:15:53 +00:00
parent 75de4fd7ca
commit b72f9b4a86
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
case $ACTION in
post)
chown root:nslcd /etc/nslcd.conf
chmod 640 /etc/nslcd.conf
chown root:nslcd etc/nslcd.conf
chmod 640 etc/nslcd.conf
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'nss-pam-ldapd'
pkgname=nss-pam-ldapd
version=0.9.8
revision=1
revision=2
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
build_style=gnu-configure
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"