Package: libnss-ldapd Version: 0.6.2 Severity: important Tags: patch User: [email protected] Usertags: incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is a bug in the init.d scripts of this package. The script should probably start before the automounter scripts (autofs and am-utils). Also, I suspect this script should have a relationship on the new virtual facility documented on <URL: http://wiki.debian.org/LSBInitScripts/DebianVirtualFacilities >. This patch implement this change. Note that the autofs relation will not work before a fix for bugs #541841 and #541349 is uploaded. diff -ur nss-ldapd-0.6.11/debian/libnss-ldapd.nslcd.init nss-ldapd-0.6.11-pere/debian/libnss-ldapd.nslcd.init --- nss-ldapd-0.6.11/debian/libnss-ldapd.nslcd.init 2008-06-15 14:42:31.000000000 +0200 +++ nss-ldapd-0.6.11-pere/debian/libnss-ldapd.nslcd.init 2009-08-28 20:10:54.000000000 +0200 @@ -24,7 +24,7 @@ # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: slapd -# X-Start-Before: mail-transport-agent exim4 sendmail nullmailer masqmail citadel cron atd +# X-Start-Before: $mail-transport-agent mail-transport-agent exim4 sendmail nullmailer masqmail citadel cron atd autofs am-utils # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: nss-ldapd connection daemon Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

