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-changelog

[Xen-changelog] [xen-4.0-testing] tools/hotplug/Linux: start all xen dae

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-4.0-testing] tools/hotplug/Linux: start all xen daemons in runlevel 2
From: Xen patchbot-4.0-testing <patchbot@xxxxxxx>
Date: Wed, 20 Jul 2011 01:55:09 +0100
Delivery-date: Tue, 19 Jul 2011 17:55:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-4.0-testing] tools/hotplug/Linux: start all xen daemons in runlevel 2, Xen patchbot-4 . 0-testing <=