From: Evan Broder Date: Fri, 3 Apr 2009 00:35:36 +0000 (-0400) Subject: In invirt-remote: X-Git-Tag: 0.3.12^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/8232cba45f276a1c668ed3ce1bb544b1c728c713?hp=0ff680d9b30ea7bc90a271045fb215abab75e83e In invirt-remote: * availability takes way too long to type. svn path=/trunk/packages/invirt-remote/; revision=2289 --- diff --git a/debian/changelog b/debian/changelog index e4b0d4d..1eca118 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ invirt-remote (0.3.12) unstable; urgency=low * ionice the dd to wipe out deleted LVs so it doesn't hose the system. + * availability takes way too long to type. - -- Evan Broder Thu, 02 Apr 2009 01:46:38 -0400 + -- Evan Broder Thu, 02 Apr 2009 20:35:17 -0400 invirt-remote (0.3.11) unstable; urgency=low diff --git a/host/usr/sbin/invirt-remote b/host/usr/sbin/invirt-remote index 931ec4e..4c78d4e 100755 --- a/host/usr/sbin/invirt-remote +++ b/host/usr/sbin/invirt-remote @@ -20,7 +20,7 @@ case "$TYPE" in listvms) COMMAND=/usr/sbin/invirt-listvms ;; - availability) + availability|avail) COMMAND=/usr/sbin/invirt-availability ;; vnccert)