Changeset 1401


Ignore:
Timestamp:
Oct 28, 2008, 10:53:31 PM (15 years ago)
Author:
broder
Message:

Add a remote web vnccert to invirt-remote-host to print out the VNC
certificate

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

Legend:

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

    r1397 r1401  
     1invirt-remote-host (0.0.5) unstable; urgency=low
     2
     3  * Add a `remote web vnccert` to print out the VNC certificate
     4
     5 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 21:33:28 -0400
     6
    17invirt-remote-host (0.0.4) unstable; urgency=low
    28
  • trunk/packages/invirt-remote-host/files/usr/sbin/invirt-remote

    r1239 r1401  
    2727                COMMAND=/usr/sbin/xm
    2828                ;;
     29            vnccert)
     30                COMMAND=/usr/bin/invirt-vnc-getcert
     31                ;;
    2932            *)
    3033                echo "ERROR: invalid subcommand"
Note: See TracChangeset for help on using the changeset viewer.