From d67a647ec1516e59e60a7518f9d43b94340901f8 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 28 Oct 2008 22:53:31 -0400 Subject: [PATCH] Add a `remote web vnccert` to invirt-remote-host to print out the VNC certificate svn path=/trunk/packages/invirt-remote-host/; revision=1401 --- debian/changelog | 6 ++++++ files/usr/sbin/invirt-remote | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index aaaf9ba..7076e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-host (0.0.5) unstable; urgency=low + + * Add a `remote web vnccert` to print out the VNC certificate + + -- Evan Broder Tue, 28 Oct 2008 21:33:28 -0400 + invirt-remote-host (0.0.4) unstable; urgency=low * Fix a typo in invirt-vmcontrol diff --git a/files/usr/sbin/invirt-remote b/files/usr/sbin/invirt-remote index b768f94..0938061 100755 --- a/files/usr/sbin/invirt-remote +++ b/files/usr/sbin/invirt-remote @@ -26,6 +26,9 @@ case "$TYPE" in info) COMMAND=/usr/sbin/xm ;; + vnccert) + COMMAND=/usr/bin/invirt-vnc-getcert + ;; *) echo "ERROR: invalid subcommand" exit 34 -- 1.7.9.5