[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] Perform /sbin/chkconfig commands in rpm post-install script
# 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 _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |