From 3e6a77ff2ce2eed94ac93085b86b79cd9a1001fd Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 25 Mar 2005 21:19:54 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1992 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver.stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/scripts/vserver.stop b/util-vserver/scripts/vserver.stop index 20fccaf..205da84 100644 --- a/util-vserver/scripts/vserver.stop +++ b/util-vserver/scripts/vserver.stop @@ -59,7 +59,7 @@ fail= if test -n "$_IS_FAKEINIT" && \ $_VSERVER_INFO - FEATURE vkill && \ initpid=$($_VSERVER_INFO "$S_CONTEXT" INITPID 2>/dev/null); then - $_VKILL -s INT --xid "$C_CONTEXT" -- 1 "$initpid" || fail=1 + $_VKILL -s INT --xid "$S_CONTEXT" -- 1 "$initpid" || fail=1 ## HACK: remove the 'initpid' stuff above when PID virtualization ## is implemented elif $_VSERVER_INFO - FEATURE migrate; then -- 1.8.1.5