Changeset 1390
- Timestamp:
- Oct 28, 2008, 8:00:21 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote-host
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-host/debian/changelog
r1268 r1390 1 invirt-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 1 8 invirt-remote-host (0.0.2) unstable; urgency=low 2 9 -
trunk/packages/invirt-remote-host/debian/control
r1240 r1390 8 8 Package: invirt-remote-host 9 9 Architecture: all 10 Depends: ${misc:Depends}, remctl-server, invirt-console-host, python-cjson, python-yaml 10 Depends: ${misc:Depends}, remctl-server, invirt-console-host, 11 invirt-vnc-server, python-cjson, python-yaml 11 12 Description: Installs the Invirt host remctl configuration 12 13 This is the remctl configuration for an Invirt host. It allows any -
trunk/packages/invirt-remote-host/files/usr/sbin/invirt-vmcontrol
r1268 r1390 41 41 xm list --long "$MACHINE" 42 42 ;; 43 vnctoken) 44 invirt-vnc-authtoken "$ORIGMACHINE" 43 45 *) 44 46 echo "ERROR: Invalid Command"
Note: See TracChangeset
for help on using the changeset viewer.