Add a `remote web vnccert` to invirt-remote-host to print out the VNC invirt-remote-host/0.0.5
authorEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 02:53:31 +0000 (22:53 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 02:53:31 +0000 (22:53 -0400)
certificate

svn path=/trunk/packages/invirt-remote-host/; revision=1401

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

index aaaf9ba..7076e6b 100644 (file)
@@ -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 <broder@mit.edu>  Tue, 28 Oct 2008 21:33:28 -0400
+
 invirt-remote-host (0.0.4) unstable; urgency=low
 
   * Fix a typo in invirt-vmcontrol
index b768f94..0938061 100755 (executable)
@@ -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