Ignore:
Timestamp:
Oct 24, 2008, 10:09:06 PM (16 years ago)
Author:
broder
Message:

sipb-xen-remctl-auto -> invirt-remote-host

Location:
trunk/packages/invirt-remote-host
Files:
4 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-host/files/usr/sbin/invirt-remote

    r1237 r1239  
    11#!/bin/sh
    2 # sipb-xen-remote TYPE SERVICE [ARGS...]
     2# invirt-remote TYPE SERVICE [ARGS...]
    33#
    44# We carry out the remctl command proxied to us by the remote-control server.
     
    1111    control)
    1212        # $SERVICE is hostname
    13         COMMAND=/usr/sbin/sipb-xen-vmcontrol
     13        COMMAND=/usr/sbin/invirt-vmcontrol
    1414        ;;
    1515    web)
    1616        case "$SERVICE" in
    1717            lvcreate|lvremove|lvrename|lvresize)
    18                 COMMAND=/usr/sbin/sipb-xen-lvm
     18                COMMAND=/usr/sbin/invirt-lvm
    1919                ;;
    2020            vmboot)
    21                 COMMAND=/usr/sbin/sipb-xen-vmcontrol
     21                COMMAND=/usr/sbin/invirt-vmcontrol
    2222                ;;
    2323            listvms)
    24                 COMMAND=/usr/sbin/sipb-xen-listvms
     24                COMMAND=/usr/sbin/invirt-listvms
    2525                ;;
    2626            info)
     
    3939esac
    4040
    41 #echo $COMMAND "$SERVICE" "$@"
    4241$COMMAND "$SERVICE" "$@"
Note: See TracChangeset for help on using the changeset viewer.