Ignore:
Timestamp:
Aug 3, 2008, 12:32:21 AM (16 years ago)
Author:
y_z
Message:

use invirt config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remote-proxy

    r777 r830  
    1 #!/bin/sh
     1#!/bin/bash
    22# invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
    33
     
    2323        sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;
    2424    * )
    25         remctl black-mesa remote "$TYPE" "$SERVICE" "$@" ;;
     25        remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
    2626esac
Note: See TracChangeset for help on using the changeset viewer.