Add a "help" remctl for the control type invirt-remote-server/0.0.18
authorEvan Broder <broder@mit.edu>
Sun, 16 Nov 2008 00:02:46 +0000 (19:02 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 16 Nov 2008 00:02:46 +0000 (19:02 -0500)
svn path=/trunk/packages/invirt-remote-server/; revision=1665

debian/changelog
files/usr/sbin/invirt-remote-proxy

index 16d2a24..5529c39 100644 (file)
@@ -1,3 +1,9 @@
+invirt-remote-server (0.0.18) unstable; urgency=low
+
+  * Add a "help" command for the control remctl
+
+ -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 19:02:19 -0500
+
 invirt-remote-server (0.0.17) unstable; urgency=low
 
   * Get the host with the most RAM based on the maximum recoverable
index 091b980..f05fa65 100755 (executable)
@@ -16,6 +16,8 @@ case "$TYPE/$SERVICE" in
        invirt-remote-listvms "$@" ;;
     web/vnccert )
         invirt-remote-vnccert "$@" ;;
+    control/help )
+        invirt-remctl-help ;;
     control/create|control/install )
        invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;;
     control/listhost|control/list-host )