From 6aca9c822b640372b0fad24d2a3a288ef2cd6a0f Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 25 Apr 2011 18:55:58 +0200 Subject: All handlers: stop using "local VAR" outside functions. (Closes: #530647) --- handlers/sys.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers/sys.in') diff --git a/handlers/sys.in b/handlers/sys.in index fcf3e31..101745c 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -103,7 +103,7 @@ getconf lvm no getconf vsnames all # If vservers are configured, check that the ones listed in $vsnames are running. -local usevserver=no +usevserver=no if [ $vservers_are_available = yes ]; then if [ "$vsnames" = all ]; then vsnames="$found_vservers" -- cgit v1.2.3