Your message dated Fri, 18 Jun 2010 21:01:14 +0200
with message-id <[email protected]>
and subject line Dependency base booting fixed this
has caused the Debian Bug report #478674,
regarding slapd: please run init script at earlier sequence
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
478674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478674
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: slapd: please run init script at earlier sequence
Package: slapd
Version: 2.4.7-6.2
Severity: wishlist
Tags: patch

I'm the maintainer of nss-ldapd and have a bug (#475626) filed against
my package to start it at an earlier sequence. However, it is best to
start it after slapd. If slapd could be started earlier I would be able
to solve my problem.

Some discussion of this problem can be found here:
http://lists.debian.org/debian-devel/2008/04/msg00872.html

The attached patch should fix this. The stop sequence is not incremented
because it is already much higher than other packages. Also note that
this would only affect new installations.

On my systems this would bring slapd to be started before amavis and
amavisd-new-milter both of which shouldn't be a problem.

-- 
-- arthur - [email protected] - http://people.debian.org/~adejong --
diff -Naur debian.orig/rules debian/rules
--- debian.orig/rules	2008-04-30 10:42:27.000000000 +0200
+++ debian/rules	2008-04-30 11:10:05.000000000 +0200
@@ -143,7 +143,7 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_installman -a
-	dh_installinit -Xslapd.prerm -a -- "defaults 19 80"
+	dh_installinit -Xslapd.prerm -a -- "defaults 18 80"
 	dh_installdebconf -a
 	dh_strip -plibldap-2.4-2 --dbg-package=libldap-2.4-2-dbg
 	dh_strip -pslapd --dbg-package=slapd-dbg

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
With the introduction of dependency-based booting. Any package which can
do LDAP lookups should now probably add
  Should-Start: slapd
to their init script.

-- 
-- arthur - [email protected] - http://people.debian.org/~adejong --

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to