SHA256
1
0
forked from pool/xen

- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains

init.xendomains
- bnc#- bnc#766283 - opensuse 12.2 pv guests can not start after
  installation due to lack of grub2 support in the host

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=193
This commit is contained in:
Charles Arnold
2012-06-15 14:53:07 +00:00
committed by Git OBS Bridge
parent be167619bc
commit ecfc5c1137
3 changed files with 15 additions and 3 deletions

View File

@@ -21,11 +21,17 @@
. /etc/rc.status
rc_reset
LOCKFILE=/var/lock/subsys/xendomains
XENDOM_CONFIG=/etc/sysconfig/xendomains
RETCODE_FILE=/tmp/xendomains.rc.$$
xm_cmd=echo
# See docs/misc/distro_mapping.txt
if [ -d /var/lock/subsys ]; then
LOCKFILE=/var/lock/subsys/xendomains
else
LOCKFILE=/var/lock/xendomains
fi
. "$XENDOM_CONFIG"
shopt -s dotglob nullglob