From: Stefan Becker <stefan@oph.rwth-aachen.de>
To: David Ford <david+cert@blue-labs.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ver_linux script updates
Date: Thu, 14 Feb 2002 13:34:38 +0100 [thread overview]
Message-ID: <3C6BAEDE.77AD9496@oph.rwth-aachen.de> (raw)
In-Reply-To: <3C6ADCAA.6080600@blue-labs.org>
Hi!
David Ford wrote:
[...]
> Please provide feedback on it.
ECN detection doesn't work properly.
--- ver_linux.orig Thu Feb 14 13:31:43 2002
+++ ver_linux Thu Feb 14 13:31:33 2002
@@ -44,8 +44,8 @@
}
function truth {
- if [ "$@" == "0" ]; then echo "disabled"; fi
- echo "enabled"
+ if [ "$@" == "0" ]; then echo "disabled"; else
+ echo "enabled"; fi
}
pv "Gnu C compiler" "$(gcc --version 2>/dev/null)" gcc
@@ -153,5 +153,5 @@
# kernel tuning options
if [ -e /proc/sys/net/ipv4/tcp_ecn ]; then
v=$(cat /proc/sys/net/ipv4/tcp_ecn)
- pv "TCP option: ECN" "$(truth v)"
+ pv "TCP option: ECN" "$(truth $v)"
fi
Greeting from Aachen,
Stefan Becker
next prev parent reply other threads:[~2002-02-14 12:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-13 21:37 David Ford
2002-02-14 1:08 ` Roberto Nibali
2002-02-14 1:35 ` David Ford
2002-02-14 2:29 ` Roberto Nibali
2002-02-14 7:49 ` David Ford
2002-02-15 2:25 ` Roberto Nibali
2002-02-15 7:46 ` David Ford
2002-02-14 12:34 ` Stefan Becker [this message]
2002-02-14 18:08 ` David Ford
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=3C6BAEDE.77AD9496@oph.rwth-aachen.de \
--to=stefan@oph.rwth-aachen.de \
--cc=david+cert@blue-labs.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®