From: Luis R. Rodriguez Date: Fri, 13 Jun 2014 01:18:43 +0000 (-0700) Subject: tools/xendomains: make xl the default and remove xm usage X-Git-Tag: 4.5.0-rc1~573 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9ba60d01f2fc4279c58b5336f939dea31611c10d;p=xen.git tools/xendomains: make xl the default and remove xm usage xm is gone so make xl the default and remove xm stuff. Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Jan Rękorajski Cc: M A Young Cc: Jacek Konieczny Cc: xen-devel@lists.xenproject.org Acked-by: Ian Campbell Signed-off-by: Luis R. Rodriguez --- diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains index 59f1e3df4d..f68fd2bdb4 100644 --- a/tools/hotplug/Linux/init.d/xendomains +++ b/tools/hotplug/Linux/init.d/xendomains @@ -29,13 +29,12 @@ . /etc/xen/scripts/hotplugpath.sh -CMD=${SBINDIR}/xm -HEADCOMP="LinuxGuestRecord" +CMD=${SBINDIR}/xl +HEADCOMP="Xen saved domain" $CMD list &> /dev/null if test $? -ne 0 then - CMD=${SBINDIR}/xl - HEADCOMP="Xen saved domain" + exit $? fi $CMD list &> /dev/null