Hi. Any hope of having a fix for this uploaded into unstable soon? Please let us know if we should not NMU to fix it.
Note that you will need code similar to this in the postinst to detect and recover systems hit by the incorrect runlevel settings. # Those using dependency based boot sequencing with sysv-rc and installing # monotone before version 0.44-2 would miss the runlevel 2 symlink. # Recover from this. if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "0.44-2" \ && [ ! -f /etc/rc2.d/[SK][0-9][0-9]monotone ] \ && [ -f /etc/rc3.d/K[0-9][0-9]monotone ] then update-rc.d -f monotone remove fi Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org