From 437a816b13b6701cdafc6fb7363324bd60a7efbe Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 23 Nov 2008 07:34:05 -0500 Subject: [PATCH] We do use "$2 and so on" in invirt-vmcontrol svn path=/trunk/packages/invirt-remote-host/; revision=1759 --- files/usr/sbin/invirt-vmcontrol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/usr/sbin/invirt-vmcontrol b/files/usr/sbin/invirt-vmcontrol index 1391db4..70bff12 100755 --- a/files/usr/sbin/invirt-vmcontrol +++ b/files/usr/sbin/invirt-vmcontrol @@ -6,8 +6,7 @@ # # $0 and $1 come from the trusted remctl source. # -# $2 and so on are user-provided, and thus sketchy. I don't think we -# need them for this script. +# $2 and so on are user-provided, and thus sketchy. ORIGMACHINE="$1" ACTION="$2" -- 1.7.9.5