Changeset 2093 for trunk/packages/invirt-remote/host/usr/sbin
- Timestamp:
- Feb 5, 2009, 3:19:21 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote/host/usr/sbin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/host/usr/sbin/invirt-remote
r1822 r2093 22 22 ;; 23 23 info) 24 COMMAND=/usr/sbin/xm24 exec /usr/sbin/xm info 25 25 ;; 26 26 vnccert) … … 39 39 esac 40 40 41 $COMMAND"$SERVICE" "$@"41 exec "$COMMAND" "$SERVICE" "$@" -
trunk/packages/invirt-remote/host/usr/sbin/invirt-vmcontrol
r1822 r2093 12 12 ACTION="$2" 13 13 MACHINE="d_$ORIGMACHINE" 14 15 xm () { 16 command xm "$@" || exit 35 17 } 14 18 15 19 case "$ACTION" in
Note: See TracChangeset
for help on using the changeset viewer.