diff options
author | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
commit | b3923b26c3d37257246fea13bdb1151c96cb2fe4 (patch) | |
tree | 868c0a9f4649cfc0849318696f440a10bc412d9b /community/nss-pam-ldapd | |
parent | 639c9730319cc0ce33e34e2386f467f67d3cc458 (diff) |
Mon Aug 5 02:23:17 PDT 2013
Diffstat (limited to 'community/nss-pam-ldapd')
-rw-r--r-- | community/nss-pam-ldapd/PKGBUILD | 11 | ||||
-rw-r--r-- | community/nss-pam-ldapd/nslcd.tmpfiles | 1 |
2 files changed, 8 insertions, 4 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD index bbdedb365..773c57b2f 100644 --- a/community/nss-pam-ldapd/PKGBUILD +++ b/community/nss-pam-ldapd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id +# $Id$ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> pkgname=nss-pam-ldapd pkgver=0.8.13 -pkgrel=2 +pkgrel=4 pkgdesc='LDAP module for NSS and PAM' arch=('i686' 'x86_64') url="http://arthurdejong.org/$pkgname/" @@ -15,9 +15,11 @@ provides=('nss-pam-ldapd') install=nss-pam-ldapd.install backup=('etc/nslcd.conf') source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz" - "nslcd.service") + "nslcd.service" + "nslcd.tmpfiles") sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec' - 'b564fa5738963a67a9240bf4ce63b2fa494cafb7') + 'b564fa5738963a67a9240bf4ce63b2fa494cafb7' + '6e225e0d849a48e01b58adad493f017a34bdf70c') build() { cd "$srcdir/$pkgname-$pkgver" @@ -34,6 +36,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" + install -Dm644 "$srcdir/nslcd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/nslcd.conf" install -Dm644 "$srcdir/nslcd.service" "$pkgdir/usr/lib/systemd/system/nslcd.service" install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf" diff --git a/community/nss-pam-ldapd/nslcd.tmpfiles b/community/nss-pam-ldapd/nslcd.tmpfiles new file mode 100644 index 000000000..ac4ee0ad8 --- /dev/null +++ b/community/nss-pam-ldapd/nslcd.tmpfiles @@ -0,0 +1 @@ +d /run/nslcd 0755 nslcd nslcd - |