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

[Xen-API] [PATCH] Perform /sbin/chkconfig commands in rpm post-install s

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Perform /sbin/chkconfig commands in rpm post-install script
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Tue, 1 Jun 2010 16:41:31 +0100
Delivery-date: Tue, 01 Jun 2010 10:36:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# 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 <dave.scott@xxxxxxxxxxxxx>

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


Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] Perform /sbin/chkconfig commands in rpm post-install script, David Scott <=