Bug#493484: Patch to remove the stop links from rc0 and rc6

2008-08-13 Thread James Westby
Hi, In addition to the patch posted by Cesare you will need a postinst snippet to remove the existing stop links. That will look something like # Remove shutdown and reboot links; this init script does not need them. if dpkg --compare-versions "$2" lt ""; then rm -f /etc/rc0.d/K20destar /

Bug#493484: Patch to remove the stop links from rc0 and rc6

2008-08-02 Thread Cesare Tirabassi
Package: destar Version: 0.2.2-5 Severity: normal Tags: patch Usertags: origin-ubuntu intrepid ubuntu-patch Hi, As you may know [1] we are removing the stop links from rc0 and rc6 in Ubuntu. I have modified destar with the attached patch which I'm told could be of interest to you too [2]. I hop