[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: Improved LSB headers in init.d scripts
# HG changeset patch # User Fabio Fantoni <fabio.fantoni@xxxxxxxxxx> # Date 1310145048 -3600 # Node ID 0648846b4d17c5b09c11ffe48a49fbb7616f630e # Parent 88823213a4780ebced6d7adcb1ffd2dda6a339ca tools: Improved LSB headers in init.d scripts xendomains service now working also without xend service Signed-off-by: Fabio Fantoni <fabio.fantoni@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 88823213a478 -r 0648846b4d17 tools/hotplug/Linux/init.d/xen-watchdog --- a/tools/hotplug/Linux/init.d/xen-watchdog Fri Jul 08 13:23:05 2011 +0100 +++ b/tools/hotplug/Linux/init.d/xen-watchdog Fri Jul 08 18:10:48 2011 +0100 @@ -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 -r 88823213a478 -r 0648846b4d17 tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/Linux/init.d/xend Fri Jul 08 13:23:05 2011 +0100 +++ b/tools/hotplug/Linux/init.d/xend Fri Jul 08 18:10:48 2011 +0100 @@ -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 -r 88823213a478 -r 0648846b4d17 tools/hotplug/Linux/init.d/xendomains --- a/tools/hotplug/Linux/init.d/xendomains Fri Jul 08 13:23:05 2011 +0100 +++ b/tools/hotplug/Linux/init.d/xendomains Fri Jul 08 18:10:48 2011 +0100 @@ -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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |