Re: [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2

From: Jesper Juhl
Date: Thu Sep 15 2005 - 10:35:38 EST


On Wednesday 14 September 2005 12:37, Paul TT wrote:
> Cal Peake wrote:
>
> >On Wed, 14 Sep 2005, Michal Piotrowski wrote:
> >
> >
> >
> >>Hi Andrew,
> >>I think, that this maybe useful for oops hunters :)
> >>
> >>Paolo, Paul, Randy, Jesper, Cal please sign it.
> >>
> >>Regards,
> >>Michal Piotrowski
> >>
> >>Signed-off-by: Michal K. K. Piotrowski <michal.k.k.piotrowski@xxxxxxxxx>
> >>
> >>
> >
> >Signed-off-by: Cal Peake <cp@xxxxxxxxxxxxxxxxxxx>
> >
> >
> Signed-off-by: Paul TT <paultt@xxxxxxxxxxxxxx>
>

Apply the small patch below on top of it, and you can add

Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>



--- linux-2.6.14-rc1/scripts/ort.sh.orig 2005-09-15 17:32:02.000000000 +0200
+++ linux-2.6.14-rc1/scripts/ort.sh 2005-09-15 17:33:08.000000000 +0200
@@ -98,12 +98,12 @@
}

check_which() {
- WHICH=`which $1`
+ WHICH=`which $1 2> /dev/null`
if [ "$WHICH" != "" ]
then
echo -e " [available]"
else
- echo
+ echo -e " [not available]"
fi
}

@@ -859,8 +859,7 @@


OOPS Reporting Tool $VER
-www.wsi.edu.pl/~piotrowskim/
-/files/ort/beta/
+http://www.wsi.edu.pl/~piotrowskim/files/ort/beta/
EOF
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/