From: Evan Broder Date: Sun, 16 Nov 2008 00:02:46 +0000 (-0500) Subject: Add a "help" remctl for the control type X-Git-Tag: invirt-remote-server/0.0.18^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/33b022142bd5ebcc9e71b89140ee3bbc642264fc?hp=d6bccd3d16f7c6795071181bd8ad396bb264ced4 Add a "help" remctl for the control type svn path=/trunk/packages/invirt-remote-server/; revision=1665 --- diff --git a/debian/changelog b/debian/changelog index 16d2a24..5529c39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-server (0.0.18) unstable; urgency=low + + * Add a "help" command for the control remctl + + -- Evan Broder 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 diff --git a/files/usr/sbin/invirt-remote-proxy b/files/usr/sbin/invirt-remote-proxy index 091b980..f05fa65 100755 --- a/files/usr/sbin/invirt-remote-proxy +++ b/files/usr/sbin/invirt-remote-proxy @@ -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 )