aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Fantoni <fabio.fantoni@heliman.it>2011-08-30 16:56:22 +0100
committerFabio Fantoni <fabio.fantoni@heliman.it>2011-08-30 16:56:22 +0100
commit02cc104d6590682b627dc7e216f23d26b6d158ae (patch)
tree4942a628dc9dae23089a16dfc64d1cf0fcb79e23
parentc5db16cc9154e62d235bed8f41592b50ca0c585c (diff)
downloadxen-02cc104d6590682b627dc7e216f23d26b6d158ae.tar.gz
xen-02cc104d6590682b627dc7e216f23d26b6d158ae.tar.bz2
xen-02cc104d6590682b627dc7e216f23d26b6d158ae.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> xen-unstable changeset: 23673:0648846b4d17 Backport-requested: Carsten Schiers <carsten@schiers.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-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