Attached is a minimal init script to demonstrate the problem. Copy to /etc/init.d and run
# update-rc.d -n foobar defaults Adding system startup for /etc/init.d/foobar ... /etc/rc0.d/K20foobar -> ../init.d/foobar /etc/rc1.d/K20foobar -> ../init.d/foobar /etc/rc6.d/K20foobar -> ../init.d/foobar /etc/rc3.d/S20foobar -> ../init.d/foobar No startup links for the default runlevels are created. With the patch applied: # update-rc.d -n foobar defaults Adding system startup for /etc/init.d/foobar ... /etc/rc0.d/K20foobar -> ../init.d/foobar /etc/rc1.d/K20foobar -> ../init.d/foobar /etc/rc6.d/K20foobar -> ../init.d/foobar /etc/rc2.d/S20foobar -> ../init.d/foobar /etc/rc3.d/S20foobar -> ../init.d/foobar /etc/rc4.d/S20foobar -> ../init.d/foobar /etc/rc5.d/S20foobar -> ../init.d/foobar ** Attachment added: "foobar" http://launchpadlibrarian.net/20946235/foobar ** Changed in: sysvinit (Ubuntu) Status: New => Confirmed -- update-rc.d default settings https://bugs.launchpad.net/bugs/313764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs