From ac167c247af836930d3043ee670e582b70b08e43 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 25 Mar 2005 17:11:44 +0000 Subject: [PATCH] minor cleanups: call vkill with '--xid' instead of '-c' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1991 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5