]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
tools: Improved LSB headers in init.d scripts
authorFabio Fantoni <fabio.fantoni@heliman.it>
Tue, 30 Aug 2011 15:56:22 +0000 (16:56 +0100)
committerFabio Fantoni <fabio.fantoni@heliman.it>
Tue, 30 Aug 2011 15:56:22 +0000 (16:56 +0100)
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>
tools/hotplug/Linux/init.d/xen-watchdog
tools/hotplug/Linux/init.d/xend
tools/hotplug/Linux/init.d/xendomains

index 896229c0cca5f1711d34d5a0f269148235f4a346..8139ce543a0e69216c9542f538b3fc8db220f3c8 100644 (file)
@@ -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
index 1383af5c20195cbb0aa7bde00e73adf90d8b67cb..1a0cdf841bb149afd0835c0f7250f7c195a4a5eb 100755 (executable)
@@ -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
index 3701caba1a1916d87a051c981c80385135e75931..c4c51c1907e54ecd9b4ada2427bdab1ee196adc0 100644 (file)
 #
 ### 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