projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
480fe4f
)
Fix thinko.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 27 Aug 2007 10:53:04 +0000 (10:53 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 27 Aug 2007 10:53:04 +0000 (10:53 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2602
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver.stop
patch
|
blob
|
history
diff --git
a/scripts/vserver.stop
b/scripts/vserver.stop
index
5591307
..
8ccea59
100644
(file)
--- a/
scripts/vserver.stop
+++ b/
scripts/vserver.stop
@@
-72,7
+72,7
@@
if test -n "$_IS_FAKEINIT" && \
elif $_VSERVER_INFO - FEATURE migrate; then
"${NICE_CMD[@]}" \
"${CHBIND_CMD[@]}" \
- "$_VTAG" --migrate "${OPTS_VTAG_MIGRATE[@]}" --silent -- \
+ "$_VTAG" --migrate "${OPTS_VTAG_ENTER[@]}" --silent -- \
$_VCONTEXT $SILENT_OPT --migrate --chroot --xid "$S_CONTEXT" -- \
"${INITCMD_STOP[@]}" || fail=1
else