summaryrefslogtreecommitdiff
path: root/community/nss-pam-ldapd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
committerroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
commit7e7561a9640d0e1f54288a391239feb6bd691b56 (patch)
treed3b51b006a1133ace68d149692d9bd9fb3f981a9 /community/nss-pam-ldapd
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Fri May 31 06:21:01 PDT 2013
Diffstat (limited to 'community/nss-pam-ldapd')
-rw-r--r--community/nss-pam-ldapd/PKGBUILD9
-rw-r--r--community/nss-pam-ldapd/nslcd.service2
2 files changed, 6 insertions, 5 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD
index 5e6ebd566..bbdedb365 100644
--- a/community/nss-pam-ldapd/PKGBUILD
+++ b/community/nss-pam-ldapd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nss-pam-ldapd
pkgver=0.8.13
-pkgrel=1
+pkgrel=2
pkgdesc='LDAP module for NSS and PAM'
arch=('i686' 'x86_64')
url="http://arthurdejong.org/$pkgname/"
@@ -17,16 +17,17 @@ backup=('etc/nslcd.conf')
source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz"
"nslcd.service")
sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
- '40afa421f05c2128a5219504fea45b2e76830973')
-
+ 'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
+
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure \
--prefix=/usr \
+ --sbindir=/usr/bin \
--sysconfdir=/etc \
--localstatedir=/var \
--with-pam-seclib-dir=/usr/lib/security;
-
+
make
}
diff --git a/community/nss-pam-ldapd/nslcd.service b/community/nss-pam-ldapd/nslcd.service
index 41fcb8966..73a9b5272 100644
--- a/community/nss-pam-ldapd/nslcd.service
+++ b/community/nss-pam-ldapd/nslcd.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=forking
PIDFile=/var/run/nslcd/nslcd.pid
-ExecStart=/usr/sbin/nslcd
+ExecStart=/usr/bin/nslcd
[Install]
WantedBy=multi-user.target