[SCM] rtirq/master: Add patch to fix init script's dependencies, runlevels
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Nov 26 08:44:46 UTC 2010
The following commit has been merged in the master branch:
commit e73f92d4a2577a5e4ce630b0f66c0f830aae90ad
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Nov 26 09:44:08 2010 +0100
Add patch to fix init script's dependencies,runlevels
diff --git a/debian/patches/01-init_script.patch b/debian/patches/01-init_script.patch
new file mode 100644
index 0000000..6ff9876
--- /dev/null
+++ b/debian/patches/01-init_script.patch
@@ -0,0 +1,19 @@
+Description: Small fixes in rtirq.sh.
+ It should be started at one of the runlevels 2-5.
+ Depends on $remote_fs
+ #
+ ### 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.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..03dcd68
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-init_script.patch
--
rtirq packaging
More information about the pkg-multimedia-commits
mailing list