debuggers.hg
changeset 625:a50c94715247
bitkeeper revision 1.327 (3f0d2f89Nt6e8Pm941RkmAsgHZfdzA)
fix xenctl script for new command parser layout
fix xenctl script for new command parser layout
author | rac61@labyrinth.cl.cam.ac.uk |
---|---|
date | Thu Jul 10 09:19:05 2003 +0000 (2003-07-10) |
parents | 125f43340354 |
children | a3054a14828e |
files | tools/control/xenctl |
line diff
1.1 --- a/tools/control/xenctl Thu Jul 10 08:57:37 2003 +0000 1.2 +++ b/tools/control/xenctl Thu Jul 10 09:19:05 2003 +0000 1.3 @@ -7,7 +7,7 @@ if [ -z "$IFCONFIG" ] ; then IFCONFIG=/s 1.4 if [ -z "$ROUTE" ] ; then ROUTE=/sbin/route ; fi 1.5 if [ -z "$JAVA" ] ; then JAVA=java ; fi 1.6 1.7 -if [ "$1" = "new" ] ; then 1.8 +if [ "$1" = "domain" -a "$2" = "new" ] ; then 1.9 if [ ! -x "$IFCONFIG" ]; then 1.10 echo Could not find executable $IFCONFIG 1.11 exit 1