Ignore:
Timestamp:
Feb 5, 2009, 3:24:56 AM (15 years ago)
Author:
broder
Message:

For now, revert r2093-2095, which were committed by accident; I'm not
comfortable with them sitting on HEAD when I don't have time to test
them.

File:
1 edited

Legend:

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

    r2093 r2097  
    2222                ;;
    2323            info)
    24                 exec /usr/sbin/xm info
     24                COMMAND=/usr/sbin/xm
    2525                ;;
    2626            vnccert)
     
    3939esac
    4040
    41 exec "$COMMAND" "$SERVICE" "$@"
     41$COMMAND "$SERVICE" "$@"
Note: See TracChangeset for help on using the changeset viewer.