From 33b022142bd5ebcc9e71b89140ee3bbc642264fc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 15 Nov 2008 19:02:46 -0500 Subject: [PATCH 1/1] Add a "help" remctl for the control type svn path=/trunk/packages/invirt-remote-server/; revision=1665 --- debian/changelog | 6 ++++++ files/usr/sbin/invirt-remote-proxy | 2 ++ 2 files changed, 8 insertions(+) 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 ) -- 1.7.9.5