All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Thomas <bthomas@virtualiron.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH][ioemu] - remove -c option in echo
Date: Tue, 06 Mar 2007 13:47:09 -0500	[thread overview]
Message-ID: <45EDB72D.3090904@virtualiron.com> (raw)

[-- 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

                 reply	other threads:[~2007-03-06 18:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45EDB72D.3090904@virtualiron.com \
    --to=bthomas@virtualiron.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.