Description: Small fixes in rtirq.sh.
 It should be started at one of the runlevels 2-5.
 Depends on $remote_fs.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
 rtirq.sh |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- rtirq.orig/rtirq.sh
+++ rtirq/rtirq.sh
@@ -28,12 +28,12 @@
 #
 ### BEGIN INIT INFO
 # Provides:          rtirq
-# Required-Start:    $syslog $local_fs
+# Required-Start:    $syslog $local_fs $remote_fs
 # Should-Start: $time alsa alsasound hotplug
-# Required-Stop:     $syslog $local_fs
+# Required-Stop:     $syslog $local_fs $remote_fs
 # Should-Stop: $time alsa alsasound hotplug
-# Default-Start:     3 5
-# Default-Stop:      0 1 2 6
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Short-Description: Realtime IRQ thread tunning.
 # Description:       Change the realtime scheduling policy
 #	and priority of relevant system driver IRQ handlers.
