nss-pam-ldapd commit: r2034 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2034 - 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: r2034 - debian/nss-pam-ldapd/trunk/debian
- Date: Thu, 17 Oct 2013 21:17:39 +0200 (CEST)
Author: arthur
Date: Thu Oct 17 21:17:38 2013
New Revision: 2034
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2034&view=revision
Log:
add init script dependency on $network to ensure that network is up before
starting nslcd
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/nslcd.init
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Wed Oct 16 23:23:04 2013
(r2033)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Thu Oct 17 21:17:38 2013
(r2034)
@@ -3,8 +3,10 @@
* implement-nofork.patch: introduce a -n, --nofork option that skips the
daemonising step on start-up (this is related to Ubuntu bug 806761 and
may be required to get nslcd working with upstart)
+ * add init script dependency on $network to ensure that network is up
+ before starting nslcd (closes: #726435)
- -- Arthur de Jong <adejong@debian.org> Wed, 16 Oct 2013 23:00:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Thu, 17 Oct 2013 21:00:00 +0200
nss-pam-ldapd (0.8.13-2) unstable; urgency=low
Modified: debian/nss-pam-ldapd/trunk/debian/nslcd.init
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/nslcd.init Wed Oct 16 23:23:04
2013 (r2033)
+++ debian/nss-pam-ldapd/trunk/debian/nslcd.init Thu Oct 17 21:17:38
2013 (r2034)
@@ -23,7 +23,7 @@
# Provides: nslcd
# Required-Start: $remote_fs $syslog $time
# Required-Stop: $remote_fs $syslog
-# Should-Start: $named slapd krb5-kdc heimdal-kdc heimdal-kcm shishi-kdc
+# Should-Start: $named $network slapd krb5-kdc heimdal-kdc heimdal-kcm
shishi-kdc
# X-Start-Before: $mail-transport-agent $x-display-manager am-utils apache2
atd autofs citadel courier-ldap courier-mta courier-mta-ssl courier-pop
courier-pop-ssl cron cyrus-imapd dovecot exim4 gdm3 kdm kolab-cyrus-common
mail-transport-agent masqmail nullmailer sendmail slim wdm xdm
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
--
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: r2034 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project