WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] tools/hotplug/Linux/init.d/: Improved LSB header

Fantu writes ("[Xen-devel] Re: [PATCH] tools/hotplug/Linux/init.d/: Improved 
LSB headers"):
> Can be backport also to xen 4.1 branch?

Done.

Ian.

# HG changeset patch
# User Fabio Fantoni <fabio.fantoni@xxxxxxxxxx>
# Date 1311007753 -3600
# Node ID 45907272001e0447350716baf74ebce258766fb2
# Parent  89608751ccfc93a9b8d07488b72810b5cb8d1d35
tools/hotplug/Linux: start all xen daemons in runlevel 2

Backported from xen-4.1-testing.hg 23086:9b5fbd8ff152 -iwj.

Signed-off-by: Fabio Fantoni <fabio.fantoni@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

diff -r 89608751ccfc -r 45907272001e tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons     Sat Jul 16 09:35:13 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons     Mon Jul 18 17:49:13 2011 +0100
@@ -13,8 +13,8 @@
 # Should-Start:
 # Required-Stop:     $syslog $remote_fs
 # Should-Stop:
-# Default-Start:     3 4 5
-# Default-Stop:      1
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Default-Enabled:   yes
 # Short-Description: Start/stop xenstored and xenconsoled
 # Description:       Starts and stops the daemons neeeded for xl/libxenlight
diff -r 89608751ccfc -r 45907272001e tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend   Sat Jul 16 09:35:13 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xend   Mon Jul 18 17:49:13 2011 +0100
@@ -12,8 +12,8 @@
 # Should-Start:
 # Required-Stop:     $syslog $remote_fs
 # Should-Stop:
-# Default-Start:     3 4 5
-# Default-Stop:      0 1 2 6
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Default-Enabled:   yes
 # Short-Description: Start/stop xend
 # Description:       Starts and stops the Xen control daemon.
diff -r 89608751ccfc -r 45907272001e tools/hotplug/Linux/init.d/xendomains
--- a/tools/hotplug/Linux/init.d/xendomains     Sat Jul 16 09:35:13 2011 +0100
+++ b/tools/hotplug/Linux/init.d/xendomains     Mon Jul 18 17:49:13 2011 +0100
@@ -20,8 +20,8 @@
 # Should-Start:
 # Required-Stop:     $syslog $remote_fs xend
 # Should-Stop:
-# Default-Start:     3 4 5
-# Default-Stop:      0 1 2 6
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Default-Enabled:   yes
 # Short-Description: Start/stop secondary xen domains
 # Description:       Start / stop domains automatically when domain 0 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>