tools/hotplug: correct xend initscript dependency in LSB part
authorOlaf Hering <olaf@aepfle.de>
Fri, 23 Jul 2010 16:55:14 +0000 (17:55 +0100)
committerOlaf Hering <olaf@aepfle.de>
Fri, 23 Jul 2010 16:55:14 +0000 (17:55 +0100)
Add missing dependencies to runlevel script
xend requires at least xenstored

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/hotplug/Linux/init.d/xend

index 985db0c57ce9a94be4179f3f08ea49724987fa63..dc2179b68c90249c715fe67f960bdabe55c719c9 100755 (executable)
@@ -8,9 +8,9 @@
 # description: Starts and stops the Xen control daemon.
 ### BEGIN INIT INFO
 # Provides:          xend
-# Required-Start:    $syslog $remote_fs
+# Required-Start:    $syslog $remote_fs xenstored
 # Should-Start:
-# Required-Stop:     $syslog $remote_fs
+# Required-Stop:     $syslog $remote_fs xenstored
 # Should-Stop:
 # Default-Start:     3 4 5
 # Default-Stop:      0 1 2 6