From 8232cba45f276a1c668ed3ce1bb544b1c728c713 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 2 Apr 2009 20:35:36 -0400 Subject: [PATCH] In invirt-remote: * availability takes way too long to type. svn path=/trunk/packages/invirt-remote/; revision=2289 --- debian/changelog | 3 ++- host/usr/sbin/invirt-remote | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 1.7.9.5