aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug
diff options
context:
space:
mode:
authorFabio Fantoni <fabio.fantoni@heliman.it>2011-07-08 18:10:48 +0100
committerFabio Fantoni <fabio.fantoni@heliman.it>2011-07-08 18:10:48 +0100
commit89758766e520bfd4f536483b4cb9c314c26f1e26 (patch)
treebde94af8e9f69246c7e5eb449faf668c915f57c3 /tools/hotplug
parent7844f90abd551f6d5cd9b670b5ed8a4683258a21 (diff)
downloadxen-89758766e520bfd4f536483b4cb9c314c26f1e26.tar.gz
xen-89758766e520bfd4f536483b4cb9c314c26f1e26.tar.bz2
xen-89758766e520bfd4f536483b4cb9c314c26f1e26.zip
tools: Improved LSB headers in init.d scripts
xendomains service now working also without xend service Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/hotplug')
-rw-r--r--tools/hotplug/Linux/init.d/xen-watchdog8
-rwxr-xr-xtools/hotplug/Linux/init.d/xend4
-rw-r--r--tools/hotplug/Linux/init.d/xendomains8
3 files changed, 10 insertions, 10 deletions
diff --git a/tools/hotplug/Linux/init.d/xen-watchdog b/tools/hotplug/Linux/init.d/xen-watchdog
index 896229c0cc..8139ce543a 100644
--- a/tools/hotplug/Linux/init.d/xen-watchdog
+++ b/tools/hotplug/Linux/init.d/xen-watchdog
@@ -6,10 +6,10 @@
# description: Run domain watchdog daemon
### BEGIN INIT INFO
# Provides: xen-watchdog
-# Required-Start: xend
-# Should-Start: $syslog $remote_fs
-# Required-Stop: xend
-# Should-Stop: $syslog $remote_fs
+# Required-Start: $syslog $remote_fs
+# Should-Start: xend
+# Required-Stop: $syslog $remote_fs
+# Should-Stop: xend
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop xen-watchdog
diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend
index 1383af5c20..1a0cdf841b 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 xenstored
+# Required-Start: $syslog $remote_fs xenstored xenconsoled
# Should-Start:
-# Required-Stop: $syslog $remote_fs xenstored
+# Required-Stop: $syslog $remote_fs xenstored xenconsoled
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains
index 3701caba1a..c4c51c1907 100644
--- a/tools/hotplug/Linux/init.d/xendomains
+++ b/tools/hotplug/Linux/init.d/xendomains
@@ -16,10 +16,10 @@
#
### BEGIN INIT INFO
# Provides: xendomains
-# Required-Start: $syslog $remote_fs xend
-# Should-Start:
-# Required-Stop: $syslog $remote_fs xend
-# Should-Stop:
+# Required-Start: $syslog $remote_fs xenstored xenconsoled
+# Should-Start: xend
+# Required-Stop: $syslog $remote_fs xenstored xenconsoled
+# Should-Stop: xend
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop secondary xen domains