From: Evan Broder Date: Wed, 29 Oct 2008 00:14:04 +0000 (-0400) Subject: Fix a typo in invirt-vmcontrol X-Git-Tag: invirt-remote-host/0.0.4^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/b59caf8999bc0631e57d9a3b7de8d7367c44494f Fix a typo in invirt-vmcontrol svn path=/trunk/packages/invirt-remote-host/; revision=1397 --- diff --git a/debian/changelog b/debian/changelog index d23e4ac..aaaf9ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-host (0.0.4) unstable; urgency=low + + * Fix a typo in invirt-vmcontrol + + -- Evan Broder Tue, 28 Oct 2008 20:11:44 -0400 + invirt-remote-host (0.0.3) unstable; urgency=low * Add support for a `remote control vnctoken` remctl for generating a diff --git a/files/usr/sbin/invirt-vmcontrol b/files/usr/sbin/invirt-vmcontrol index 520aebd..5a47705 100755 --- a/files/usr/sbin/invirt-vmcontrol +++ b/files/usr/sbin/invirt-vmcontrol @@ -42,6 +42,7 @@ case "$ACTION" in ;; vnctoken) invirt-vnc-authtoken "$ORIGMACHINE" + ;; *) echo "ERROR: Invalid Command" exit 34