Date: Friday, November 8, 2013 @ 06:41:04
  Author: cinelli
Revision: 100671

upgpkg: nss-pam-ldapd 0.8.13-5

Modified:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

-----------------------+
 PKGBUILD              |    2 +-
 nss-pam-ldapd.install |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-11-08 03:58:49 UTC (rev 100670)
+++ PKGBUILD    2013-11-08 05:41:04 UTC (rev 100671)
@@ -3,7 +3,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.8.13
-pkgrel=4
+pkgrel=5
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";

Modified: nss-pam-ldapd.install
===================================================================
--- nss-pam-ldapd.install       2013-11-08 03:58:49 UTC (rev 100670)
+++ nss-pam-ldapd.install       2013-11-08 05:41:04 UTC (rev 100671)
@@ -1,12 +1,11 @@
 post_install() {
-    getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+    getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 post_upgrade() {
-    getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+    getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 pre_remove() {
     userdel nslcd >/dev/null 2>&1 || true
 }
-

Reply via email to