Package: miredo-server Version: 1.1.5-1 Severity: important Tags: patch User: initscripts-ng-de...@lists.alioth.debian.org Usertags: incorrect-runlevels
With dependency based boot sequencing, I discovered what I believe is a bug in the init.d script. The update-rc.d call said it should have the default settings, while the runlevels listed in the init.d header do not match this. <URL: http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html > documents the LSB header format. Some debian notes are available from <URL: http://wiki.debian.org/LSBInitScripts >. This patch should solve the issue, by making sure the miredo-server script is started in runlevel 2 by default. diff -ur miredo-1.1.5/debian/miredo-server.init miredo-1.1.5-pere/debian/miredo-server.init --- miredo-1.1.5/debian/miredo-server.init 2009-08-17 23:22:55.000000000 +0200 +++ miredo-1.1.5-pere/debian/miredo-server.init 2009-08-17 23:23:39.000000000 +0200 @@ -14,8 +14,8 @@ # Required-Stop: $local_fs $remote_fs $syslog # Short-Description: Teredo server # Description: miredo-server daemon to provide a Teredo server -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 ### END INIT INFO 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