Changeset 1161 for trunk/packages/sipb-xen-remote-server/files/usr/sbin
- Timestamp:
- Oct 22, 2008, 12:37:13 AM (16 years ago)
- Location:
- trunk/packages/sipb-xen-remote-server/files/usr/sbin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remctl-help
r1088 r1161 8 8 help = [ 9 9 ('list', 'show your VM\'s state (with xm list)'), 10 ('list host', 'show on what host, if any, your VM is running'),10 ('list-host', 'show on what host, if any, your VM is running'), 11 11 ('list-long', 'show your VM\'s state as an sexp (with xm list --long)'), 12 12 ('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 17 17 control/create|control/install ) 18 18 sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;; 19 control/listhost )19 control/listhost|control/list-host ) 20 20 sipb-xen-remote-listhost "$MACHINE" "$@" ;; 21 21 control/* )
Note: See TracChangeset
for help on using the changeset viewer.