On Sat, 27 Oct 2007, Petter Reinholdtsen wrote:
Package: libnss-ldap
Version: 238-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
[...snip...]
Here is a patch relative to version 258-1 to document the dependencies
of libnss-ldap. As far as I can tell, it does not depend on many of
the other init.d scripts, and should be running only during bootup and
reboot/halt. I hope this was correct.
Uhm, please issue the following command:
dpkg -S /etc/init.d/libnss-ldap
The libnss-ldap package does *NOT* provide that file, nor is there
any reason (that I can see) for there to be one... All the work is
done via standard nss calls (via nsswitch).
--- /etc/init.d/libnss-ldap.orig 2006-09-29 21:30:29.000000000 +0200
+++ /etc/init.d/libnss-ldap 2007-10-27 10:46:44.000000000 +0200
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: libnss-ldap
+# Required-Start: mountkernfs
Why would mountkernfs be a requirement ?
+# Required-Stop: $local_fs
+# Default-Start: S
+# Default-Stop: 0 6
+### END INIT INFO
case "$1" in
start|restart|force-reload)
What does this script do?
--
Rick Nelson
Making one brilliant decision and a whole bunch of mediocre ones isn't as
good as making a whole bunch of generally smart decisions throughout the
whole process.
-- John Carmack
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]