projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Nelson's other request - make both "list-host" and "listhost"
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
sipb-xen-remote-proxy
diff --git
a/files/usr/sbin/sipb-xen-remote-proxy
b/files/usr/sbin/sipb-xen-remote-proxy
index
c94a764
..
983d524
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-remote-proxy
+++ b/
files/usr/sbin/sipb-xen-remote-proxy
@@
-14,9
+14,9
@@
esac
case "$TYPE/$SERVICE" in
web/listvms )
sipb-xen-remote-listvms "$@" ;;
case "$TYPE/$SERVICE" in
web/listvms )
sipb-xen-remote-listvms "$@" ;;
- control/create )
- sipb-xen-remote-create "$MACHINE" "$@" ;;
- control/listhost )
+ control/create|control/install )
+ sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
+ control/listhost|control/list-host )
sipb-xen-remote-listhost "$MACHINE" "$@" ;;
control/* )
# Everything but create must go where the VM is already running.
sipb-xen-remote-listhost "$MACHINE" "$@" ;;
control/* )
# Everything but create must go where the VM is already running.