X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvserver.functions;fp=util-vserver%2Fscripts%2Fvserver.functions;h=d999d7e05e3c59e4aaf5593b90bef5d296e33693;hb=ac167c247af836930d3043ee670e582b70b08e43;hp=a9cea8a4228a560894739ab7faaf509726fa150f;hpb=77e9d3bb05341c5b6b9bdbafc8f486f1302be5f4;p=util-vserver.git diff --git a/util-vserver/scripts/vserver.functions b/util-vserver/scripts/vserver.functions index a9cea8a..d999d7e 100644 --- a/util-vserver/scripts/vserver.functions +++ b/util-vserver/scripts/vserver.functions @@ -187,7 +187,7 @@ function sendKillSequence while isCtxRunning "$ctx"; do test -z "$wait" || sleep "$wait" - $_VKILL -c "$ctx" ${1:+-s "$1"} 2>/dev/null || : + $_VKILL --xid "$ctx" ${1:+-s "$1"} 2>/dev/null || : test -n "$2" || break wait="$2" shift 2