ChangeSet 1.1442, 2005/05/18 08:57:40+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
network | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff -Nru a/tools/examples/network b/tools/examples/network
--- a/tools/examples/network 2005-05-18 04:09:30 -04:00
+++ b/tools/examples/network 2005-05-18 04:09:30 -04:00
@@ -53,7 +53,7 @@
netdev=${netdev:-eth0}
antispoof=${antispoof:-yes}
-echo "network $OP bridge=$bridge netdev=$netdev antispoof=$antispoof"
+echo "*network $OP bridge=$bridge netdev=$netdev antispoof=$antispoof" >&2
# Usage: transfer_addrs src dst
# Copy all IP addresses (including aliases) from device $src to device $dst.
@@ -233,7 +233,7 @@
;;
*)
- echo 'Unknown command: ' ${OP}
- echo 'Valid commands are: start, stop, status'
+ echo 'Unknown command: ' ${OP} >&2
+ echo 'Valid commands are: start, stop, status' >&2
exit 1
esac
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|