From 852c5d1de00682d83c7a75d067db7a3ae3557525 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 24 Feb 2012 11:44:03 +0000 Subject: "xl shutdown --halt" doesn't work, remove the "--halt" --- sysutils/xentools41/files/xendomains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/xentools41/files/xendomains.sh b/sysutils/xentools41/files/xendomains.sh index e88b2ec7106..7a8292b6b52 100644 --- a/sysutils/xentools41/files/xendomains.sh +++ b/sysutils/xentools41/files/xendomains.sh @@ -88,7 +88,7 @@ xendomains_stop() # echo "Stopping xen domains." for domain in $(xendomains_list); do - ${ctl_command} shutdown --halt $domain + ${ctl_command} shutdown $domain done while [ $timeout -gt 0 ]; do livedomains=$(xendomains_list) -- cgit v1.2.3