Package:  jove
Version:  4.16.0.70-3.1
Severity: wishlist
Tags:     patch
User:     [email protected]
Usertags: incorrect-dependency

The current init.d script dependencies in jove seem to be a bit too
strong, and making them less strong would improve concurrency when
running several init.d script in parallel during boot.

As far as I can see, there is nothing in the init.d script that
require it to run after almost all other scripts executed from rcS.d/.
In fact, it only seem to require all partitions to be mounted, and
thus could reduce its dependency from $all to $remote_fs.

This would allow the script to run in parallel with a lot of other
scripts, instead of having to wait for most scripts in rcS.d/ to
complete, when using concurrent booting.  Please adjust the init.d
script dependencies like this:

diff -ur jove-4.16.0.70/debian/init.d jove-4.16.0.70-pere/debian/init.d
--- jove-4.16.0.70/debian/init.d        2009-09-25 14:55:13.000000000 +0200
+++ jove-4.16.0.70-pere/debian/init.d   2009-09-25 14:55:02.000000000 +0200
@@ -8,7 +8,7 @@

 ### BEGIN INIT INFO
 # Provides:         jove
-# Required-Start:    $all
+# Required-Start:    $remote_fs
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to