* [PATCH][ioemu] - remove -c option in echo
@ 2007-03-06 18:47 Ben Thomas
0 siblings, 0 replies; only message in thread
From: Ben Thomas @ 2007-03-06 18:47 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
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@virtualiron.com Tower 1, Floor 2
978-849-1214 900 Chelmsford Street
Lowell, MA 01851
[-- Attachment #2: ioemu-qemu_ifup.patch --]
[-- Type: text/x-patch, Size: 622 bytes --]
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@virtualiron.com)
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
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-06 18:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 18:47 [PATCH][ioemu] - remove -c option in echo Ben Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.