reopen 375077
thanks bts

Hello,

udev 0.100-2
libnss-ldap 251-5.2

When I upgrade to libnss-ldap 251-5.2, old init script links are
always here and then with bad sequence numbers. Indeed,
update-rc.d in postinst failed with :
System startup links for /etc/init.d/libnss-ldap already exist.
 
Here is hacky patch for postinst :

if [ -x "/etc/init.d/libnss-ldap" ]; then
    update-rc.d -f libnss-ldap remove >/dev/null
    update-rc.d libnss-ldap start 03 S . start 01 0 6 . stop 01 2 3 4 5 . 
>/dev/null || exit $?
fi


Regards,
-- 
Gregory Colpart <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to