Changeset 1161


Ignore:
Timestamp:
Oct 22, 2008, 12:37:13 AM (15 years ago)
Author:
broder
Message:

Fix Nelson's other request - make both "list-host" and "listhost"
valid commands, and document "list-host" for parity with "list-long"

Location:
trunk/packages/sipb-xen-remote-server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remote-server/debian/changelog

    r1159 r1161  
     1sipb-xen-remote-server (0.10.1) unstable; urgency=low
     2
     3  * Make both list-host and listhost valid commands, and for parity with
     4    list-long, document list-host
     5
     6 -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:36:32 -0400
     7
    18sipb-xen-remote-server (0.10) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remctl-help

    r1088 r1161  
    88help = [
    99    ('list',      'show your VM\'s state (with xm list)'),
    10     ('listhost',  'show on what host, if any, your VM is running'),
     10    ('list-host',  'show on what host, if any, your VM is running'),
    1111    ('list-long', 'show your VM\'s state as an sexp (with xm list --long)'),
    1212    ('vcpu-list', 'show your VM\'s state (with xm vcpu-list)'),
  • trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remote-proxy

    r1088 r1161  
    1717    control/create|control/install )
    1818        sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
    19     control/listhost )
     19    control/listhost|control/list-host )
    2020        sipb-xen-remote-listhost "$MACHINE" "$@" ;;
    2121    control/* )
Note: See TracChangeset for help on using the changeset viewer.