]> xenbits.xensource.com Git - people/aperard/centos-package-xen.git/commitdiff
Disable xend by default
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Mon, 15 Dec 2014 15:25:07 +0000 (15:25 +0000)
committerGeorge Dunlap <george.dunlap@eu.citrix.com>
Mon, 15 Dec 2014 15:25:07 +0000 (15:25 +0000)
xend has been removed from tree for 4.5.  To prepare people for this eventuality,
disable xend by default to alert them to this fact.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
SOURCES/init.xend
SPECS/xen.spec

index 9d09df5988e4818e2db46589fe9471df798d135f..59ecb4a386c9ab824f515a593425cefd5d881fd3 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # Author:       Keir Fraser <keir.fraser@cl.cam.ac.uk>
 #
-# chkconfig: 2345 98 01
+# chkconfig: - 98 01
 # description: Starts and stops the Xen control daemon.
 ### BEGIN INIT INFO
 # Provides:          xend
@@ -12,9 +12,9 @@
 # Should-Start:
 # Required-Stop:     $syslog $remote_fs
 # Should-Stop:
-# Default-Start:     3 4 5
+# Default-Start:     
 # Default-Stop:      0 1 2 6
-# Default-Enabled:   yes
+# Default-Enabled:   no
 # Short-Description: Start/stop xend
 # Description:       Starts and stops the Xen control daemon.
 ### END INIT INFO
index f6c666837d88ad20823d39a422a3563435e340c0..c2826be5689b867bd51b9350a9a7e0e64008e7b0 100644 (file)
@@ -19,7 +19,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 4.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -739,6 +739,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Dec 15 2014 George Dunlap <george.dunlap@eu.citrix.com> - 4.4.1-4.el6.centos
+ - Disabled xend by default
+
 * Thu Dec 11 2014 George Dunlap <george.dunlap@eu.citrix.com> - 4.4.1-3.el6.centos
  - Backported qdisk persistent grant fix
  - Backported fixes to use tapdisk with HVM guests