|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH][ioemu] - remove -c option in echo
Today must be cleanup day... here's another small patch.
I've yet to find out what echo -c does, and it certainly does
nothing in all the environments that I've used, so here's a small
fix to remove the need for it
--
------------------------------------------------------------------------
Ben Thomas Virtual Iron Software
bthomas@xxxxxxxxxxxxxxx Tower 1, Floor 2
978-849-1214 900 Chelmsford Street
Lowell, MA 01851
Remove use of -c in script. I've no idea what it does, and it doesn't appear to be valid on some systems. Use a more generic approach. Signed-off-by: Ben Thomas (ben@xxxxxxxxxxxxxxx) diff -r 602a5469786e tools/ioemu/target-i386-dm/qemu-ifup --- a/tools/ioemu/target-i386-dm/qemu-ifup Fri Mar 02 16:59:44 2007 -0500 +++ b/tools/ioemu/target-i386-dm/qemu-ifup Mon Mar 05 13:34:54 2007 -0500 @@ -3,8 +3,7 @@ #. /etc/rc.d/init.d/functions #ulimit -c unlimited -echo -c 'config qemu network with xen bridge for ' -echo $* +echo 'config qemu network with xen bridge for ' $* ifconfig $1 0.0.0.0 up brctl addif $2 $1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |