summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-02-24 11:44:03 +0000
committerdrochner <drochner@pkgsrc.org>2012-02-24 11:44:03 +0000
commit852c5d1de00682d83c7a75d067db7a3ae3557525 (patch)
tree60de05cdb5ccd5b3f181952b97d2cdb9f7707fec /sysutils
parent53d268722a55f6782fd45e4c319881f25fcd917c (diff)
downloadpkgsrc-852c5d1de00682d83c7a75d067db7a3ae3557525.tar.gz
"xl shutdown --halt" doesn't work, remove the "--halt"
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools41/files/xendomains.sh2
1 files changed, 1 insertions, 1 deletions
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)