From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Eikelenboom Subject: [PATCH 0 of 3] xl and hotplug: Introduce and use shutdown and reboot xm compatibility options Date: Thu, 06 Sep 2012 21:41:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org The /etc/init.d/xendomains script makes use of options for the shutdown command defined in xendomains-sysconfig/default. These options were not implemented in xl, this patch series implements the options and by using the short variant makes it compatible with both xm and xl. Signed-off-by: Sander Eikelenboom