Hi. Any hope of having this fixed soon? Let me know if I should not
NMU to get a fix into the archive.
Note that some code is probably needed in the postinst to correct
runlevel links on existing installations. Something like this from
the lprng package would probably work.
# Those using dependency based boot sequencing with sysv-rc and installing
# lprng before version 3.8.A-2.2 would miss the runlevel 4 symlink.
# Recover from this.
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "3.8.A-2.2" \
&& [ -f /etc/rc2.d/[SK][0-9][0-9]lprng ] && [ -f
/etc/rc4.d/K[0-9][0-9]lprng ]
then
update-rc.d -f lprng remove
fi
Happy hacking,
--
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]