aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2010-07-23 17:55:14 +0100
committerOlaf Hering <olaf@aepfle.de>2010-07-23 17:55:14 +0100
commitf4c4de9cafa614a62ea3e7f6de1d5714c339c5bd (patch)
treef77e2d9b54713d449293bdb6aa8f8b76f532b436 /tools/hotplug
parentcddbcd7143c4207fe2dff78df817d80e71a3bab3 (diff)
downloadxen-f4c4de9cafa614a62ea3e7f6de1d5714c339c5bd.tar.gz
xen-f4c4de9cafa614a62ea3e7f6de1d5714c339c5bd.tar.bz2
xen-f4c4de9cafa614a62ea3e7f6de1d5714c339c5bd.zip
tools/hotplug: correct xend initscript dependency in LSB part
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>
Diffstat (limited to 'tools/hotplug')
-rwxr-xr-xtools/hotplug/Linux/init.d/xend4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend
index 985db0c57c..dc2179b68c 100755
--- a/tools/hotplug/Linux/init.d/xend
+++ b/tools/hotplug/Linux/init.d/xend
@@ -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