Changeset 1390


Ignore:
Timestamp:
Oct 28, 2008, 8:00:21 PM (15 years ago)
Author:
broder
Message:

Add a remote control vnctoken remctl for generating a VNC auth token

Location:
trunk/packages/invirt-remote-host
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-host/debian/changelog

    r1268 r1390  
     1invirt-remote-host (0.0.3) unstable; urgency=low
     2
     3  * Add support for a `remote control vnctoken` remctl for generating a
     4    VNC auth token
     5
     6 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 19:47:22 -0400
     7
    18invirt-remote-host (0.0.2) unstable; urgency=low
    29
  • trunk/packages/invirt-remote-host/debian/control

    r1240 r1390  
    88Package: invirt-remote-host
    99Architecture: all
    10 Depends: ${misc:Depends}, remctl-server, invirt-console-host, python-cjson, python-yaml
     10Depends: ${misc:Depends}, remctl-server, invirt-console-host,
     11 invirt-vnc-server, python-cjson, python-yaml
    1112Description: Installs the Invirt host remctl configuration
    1213 This is the remctl configuration for an Invirt host. It allows any
  • trunk/packages/invirt-remote-host/files/usr/sbin/invirt-vmcontrol

    r1268 r1390  
    4141        xm list --long "$MACHINE"
    4242        ;;
     43    vnctoken)
     44        invirt-vnc-authtoken "$ORIGMACHINE"
    4345    *)
    4446        echo "ERROR: Invalid Command"
Note: See TracChangeset for help on using the changeset viewer.