In invirt-remote: 0.3.12
authorEvan Broder <broder@mit.edu>
Fri, 3 Apr 2009 00:35:36 +0000 (20:35 -0400)
committerEvan Broder <broder@mit.edu>
Fri, 3 Apr 2009 00:35:36 +0000 (20:35 -0400)
  * availability takes way too long to type.

svn path=/trunk/packages/invirt-remote/; revision=2289

debian/changelog
host/usr/sbin/invirt-remote

index e4b0d4d..1eca118 100644 (file)
@@ -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 <broder@mit.edu>  Thu, 02 Apr 2009 01:46:38 -0400
+ -- Evan Broder <broder@mit.edu>  Thu, 02 Apr 2009 20:35:17 -0400
 
 invirt-remote (0.3.11) unstable; urgency=low
 
index 931ec4e..4c78d4e 100755 (executable)
@@ -20,7 +20,7 @@ case "$TYPE" in
             listvms)
                 COMMAND=/usr/sbin/invirt-listvms
             ;;
-            availability)
+            availability|avail)
                 COMMAND=/usr/sbin/invirt-availability
             ;;
             vnccert)