nss-pam-ldapd: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
75de4fd7ca
commit
b72f9b4a86
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
case $ACTION in
|
case $ACTION in
|
||||||
post)
|
post)
|
||||||
chown root:nslcd /etc/nslcd.conf
|
chown root:nslcd etc/nslcd.conf
|
||||||
chmod 640 /etc/nslcd.conf
|
chmod 640 etc/nslcd.conf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nss-pam-ldapd'
|
# Template file for 'nss-pam-ldapd'
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
version=0.9.8
|
version=0.9.8
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue