# HG changeset patch
# User David Scott <[email protected]>
# Date 1275406815 -3600
# Node ID 799dd0a8b2b13ad017ca6dda4def92364774950a
# Parent  6c138bada8993d8261dede260f76a6f28cc6ae3c
Perform /sbin/chkconfig commands in rpm post-install script rather than the 
host-installer.

Signed-off-by: David Scott <[email protected]>

diff -r 6c138bada899 -r 799dd0a8b2b1 xapi.spec
--- a/xapi.spec Fri May 28 15:25:56 2010 +0100
+++ b/xapi.spec Tue Jun 01 16:40:15 2010 +0100
@@ -101,6 +101,11 @@
 
 %post core
 [ ! -x /sbin/chkconfig ] || chkconfig xapi on
+[ ! -x /sbin/chkconfig ] || chkconfig management-interface on
+[ ! -x /sbin/chkconfig ] || chkconfig xenservices on
+[ ! -x /sbin/chkconfig ] || chkconfig xapi-domains on
+[ ! -x /sbin/chkconfig ] || chkconfig perfmon on
+[ ! -x /sbin/chkconfig ] || chkconfig v6d on
 
 %post squeezed
 [ ! -x /sbin/chkconfig ] || chkconfig squeezed on
1 file changed, 5 insertions(+)
xapi.spec |    5 +++++


# HG changeset patch
# User David Scott <[email protected]>
# Date 1275406815 -3600
# Node ID 799dd0a8b2b13ad017ca6dda4def92364774950a
# Parent  6c138bada8993d8261dede260f76a6f28cc6ae3c
Perform /sbin/chkconfig commands in rpm post-install script rather than the host-installer.

Signed-off-by: David Scott <[email protected]>

diff -r 6c138bada899 -r 799dd0a8b2b1 xapi.spec
--- a/xapi.spec	Fri May 28 15:25:56 2010 +0100
+++ b/xapi.spec	Tue Jun 01 16:40:15 2010 +0100
@@ -101,6 +101,11 @@
 
 %post core
 [ ! -x /sbin/chkconfig ] || chkconfig xapi on
+[ ! -x /sbin/chkconfig ] || chkconfig management-interface on
+[ ! -x /sbin/chkconfig ] || chkconfig xenservices on
+[ ! -x /sbin/chkconfig ] || chkconfig xapi-domains on
+[ ! -x /sbin/chkconfig ] || chkconfig perfmon on
+[ ! -x /sbin/chkconfig ] || chkconfig v6d on
 
 %post squeezed
 [ ! -x /sbin/chkconfig ] || chkconfig squeezed on
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to