projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
09a42df
)
Enter the network context to stop the guest.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 13 Jul 2007 14:35:24 +0000 (14:35 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 13 Jul 2007 14:35:24 +0000 (14:35 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2563
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver.stop
patch
|
blob
|
history
diff --git
a/scripts/vserver.stop
b/scripts/vserver.stop
index
335b99b
..
d7a2398
100644
(file)
--- a/
scripts/vserver.stop
+++ b/
scripts/vserver.stop
@@
-71,6
+71,7
@@
if test -n "$_IS_FAKEINIT" && \
fi
elif $_VSERVER_INFO - FEATURE migrate; then
"${NICE_CMD[@]}" \
+ "$_CHBIND" "${CHBIND_OPTS[@]}" \
$_VCONTEXT $SILENT_OPT --migrate --chroot --xid "$S_CONTEXT" -- \
"${INITCMD_STOP[@]}" || fail=1
else