retitle 539755 sysfsutils: Initscript is missing some dependencies for sequence 
based boot
tags 539755 + patch
thanks

Here is a proposed patch to solve this issue, by making the init.d
script depend on at least three of the scripts loading kernel modules
during boot.

  * Make sure the init.d script runs after udev, module-init-tools and
    loadcpufreq, to avoid trying to set kernel parameters for kernel
    modules not yet loaded (Closes: #539755).

diff -u sysfsutils-2.1.0/debian/sysfsutils.init 
sysfsutils-2.1.0/debian/sysfsutils.init
--- sysfsutils-2.1.0/debian/sysfsutils.init
+++ sysfsutils-2.1.0/debian/sysfsutils.init
@@ -3,6 +3,7 @@
 ### BEGIN INIT INFO
 # Provides:          sysfsconf
 # Required-Start:    mountkernfs
+# Should-Start:      udev module-init-tools loadcpufreq
 # Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:

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

Reply via email to