Add a `remote control vnctoken` remctl for generating a VNC auth token invirt-remote-host/0.0.3
authorEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 00:00:21 +0000 (20:00 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 00:00:21 +0000 (20:00 -0400)
svn path=/trunk/packages/invirt-remote-host/; revision=1390

debian/changelog
debian/control
files/usr/sbin/invirt-vmcontrol

index 777635e..d23e4ac 100644 (file)
@@ -1,3 +1,10 @@
+invirt-remote-host (0.0.3) unstable; urgency=low
+
+  * Add support for a `remote control vnctoken` remctl for generating a
+    VNC auth token
+
+ -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 19:47:22 -0400
+
 invirt-remote-host (0.0.2) unstable; urgency=low
 
   * sipb-database -> invirt-database
 invirt-remote-host (0.0.2) unstable; urgency=low
 
   * sipb-database -> invirt-database
index 0f8cd5d..0700a91 100644 (file)
@@ -7,7 +7,8 @@ Standards-Version: 3.8.0
 
 Package: invirt-remote-host
 Architecture: all
 
 Package: invirt-remote-host
 Architecture: all
-Depends: ${misc:Depends}, remctl-server, invirt-console-host, python-cjson, python-yaml
+Depends: ${misc:Depends}, remctl-server, invirt-console-host,
+ invirt-vnc-server, python-cjson, python-yaml
 Description: Installs the Invirt host remctl configuration
  This is the remctl configuration for an Invirt host. It allows any
  commands to be run from the Invirt remote server
 Description: Installs the Invirt host remctl configuration
  This is the remctl configuration for an Invirt host. It allows any
  commands to be run from the Invirt remote server
index bb3006b..520aebd 100755 (executable)
@@ -40,6 +40,8 @@ case "$ACTION" in
     list-long)
        xm list --long "$MACHINE"
        ;;
     list-long)
        xm list --long "$MACHINE"
        ;;
+    vnctoken)
+        invirt-vnc-authtoken "$ORIGMACHINE"
     *)
         echo "ERROR: Invalid Command"
         exit 34
     *)
         echo "ERROR: Invalid Command"
         exit 34