public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Ford <david+cert@blue-labs.org>
To: Stefan Becker <stefan@oph.rwth-aachen.de>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ver_linux script updates
Date: Thu, 14 Feb 2002 13:08:17 -0500	[thread overview]
Message-ID: <3C6BFD11.6070802@blue-labs.org> (raw)
In-Reply-To: <3C6ADCAA.6080600@blue-labs.org> <3C6BAEDE.77AD9496@oph.rwth-aachen.de>

[-- Attachment #1: Type: text/plain, Size: 845 bytes --]

Oh duh..that's what happens when you cut and paste only parts. :)

Thanks,
-d

Stefan Becker wrote:

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


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3254 bytes --]

      reply	other threads:[~2002-02-14 18:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 21:37 ver_linux script updates 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
2002-02-14 18:08   ` David Ford [this message]

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=3C6BFD11.6070802@blue-labs.org \
    --to=david+cert@blue-labs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stefan@oph.rwth-aachen.de \
    /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