nss-pam-ldapd commit: r2150 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2150 - debian/nss-pam-ldapd/trunk/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r2150 - debian/nss-pam-ldapd/trunk/debian
- Date: Thu, 26 May 2016 21:57:59 -0000
Author: arthur
Date: Thu May 26 23:57:59 2016
New Revision: 2150
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2150&view=revision
Log:
remove explicit ldconfig call from libnss-ldapd.postrm (thanks lintian)
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/libnss-ldapd.postrm
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Thu May 26 23:38:34 2016
(r2149)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Thu May 26 23:57:59 2016
(r2150)
@@ -5,8 +5,9 @@
* have init script stop action only return when nslcd has actually stopped
(closes: #814881)
* update Vcs and homepage URLs to HTTPS (thanks lintian)
+ * remove explicit ldconfig call from libnss-ldapd.postrm (thanks lintian)
- -- Arthur de Jong <adejong@debian.org> Thu, 26 May 2016 23:30:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Thu, 26 May 2016 23:43:43 +0200
nss-pam-ldapd (0.9.6-3) unstable; urgency=medium
Modified: debian/nss-pam-ldapd/trunk/debian/libnss-ldapd.postrm
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/libnss-ldapd.postrm Thu May 26
23:38:34 2016 (r2149)
+++ debian/nss-pam-ldapd/trunk/debian/libnss-ldapd.postrm Thu May 26
23:57:59 2016 (r2150)
@@ -87,10 +87,4 @@
fi
fi
-# call ldconfig to signal the removal of our NSS library
-if [ "$1" = "remove" ]
-then
- ldconfig
-fi
-
#DEBHELPER#
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r2150 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project