From: George Dunlap Date: Mon, 15 Dec 2014 15:25:07 +0000 (+0000) Subject: Disable xend by default X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=75d7c460b2e875cc53d9f7521fa30ef2f205a1c5;p=people%2Faperard%2Fcentos-package-xen.git Disable xend by default 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 --- diff --git a/SOURCES/init.xend b/SOURCES/init.xend index 9d09df5..59ecb4a 100755 --- a/SOURCES/init.xend +++ b/SOURCES/init.xend @@ -4,7 +4,7 @@ # # Author: Keir Fraser # -# 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 diff --git a/SPECS/xen.spec b/SPECS/xen.spec index f6c6668..c2826be 100644 --- a/SPECS/xen.spec +++ b/SPECS/xen.spec @@ -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 - 4.4.1-4.el6.centos + - Disabled xend by default + * Thu Dec 11 2014 George Dunlap - 4.4.1-3.el6.centos - Backported qdisk persistent grant fix - Backported fixes to use tapdisk with HVM guests