SHA256
1
0
forked from pool/xen

- bnc#685338: Fix porting of xend-domain-lock.patch

- update scripts to use xl instead of xm:
  xen-updown.sh, init.xendomains, xmclone.sh

- disable xend in openSuSE > 11.4
  the xl command is the replacement for the xm command

- mark runlevel scripts as config to preserve local changes by
  admin or dev during package update

- enable xencommons runlevel script during upgrade if xend was
  already enabled

- call /sbin/ldconfig directly in xen-libs post install scripts

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=110
This commit is contained in:
2011-04-11 22:31:41 +00:00
committed by Git OBS Bridge
parent af590c6636
commit 58f0aa1c59
6 changed files with 251 additions and 128 deletions

View File

@@ -12,6 +12,7 @@ usage () {
exit $R_USAGE
}
xm_cmd=xl
######################################################################
# change the working direcory and source some common files
#
@@ -94,7 +95,7 @@ parseln()
xm_list()
{
TERM=vt100 xm list | grep -v '^Name *ID'
TERM=vt100 ${xm_cmd} list | grep -v '^Name *ID'
}
# For the specified vm, return a list of vifs that are connected to $INTERFACE