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 <[email protected]>
> >>
> >>
> >
> >Signed-off-by: Cal Peake <[email protected]>
> >
> >
> Signed-off-by: Paul TT <[email protected]>
>
Apply the small patch below on top of it, and you can add
Signed-off-by: Jesper Juhl <[email protected]>
--- 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|