While we wait for a better implementation on how to handle $all subdependencies in insserv, I suggest we add $all to the list of bootchart init.d dependencies to get the script started later in the boot. With this patch, the bootchart script is started next to rmnologin, which is better than today.
diff -ur bootchart-0.10~svn407/debian/bootchart.init bootchart-0.10~svn407.pere/debian/bootchart.init --- bootchart-0.10~svn407/debian/bootchart.init 2009-07-15 09:58:41.000000000 +0200 +++ bootchart-0.10~svn407.pere/debian/bootchart.init 2009-07-15 09:49:50.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: bootchart -# Required-Start: $remote_fs rmnologin +# Required-Start: $remote_fs $all rmnologin # Required-Stop: # Default-Start: 1 2 3 4 5 # Default-Stop: The insserv maintainers (aka me and Kel) are aware of the $all issue, but as stated earlier a bit unsure how to best solve it. I would not recommend waiting for a change in insserv before solving the bootchart issue. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

