[PATCH] ver_linux kernel 2.5-bk1

Nathaniel Russell (reddog83@sbcglobal.net)
Wed, 9 Jul 2003 05:41:25 -0400


--Boundary-00=_FN+C/jA3tY5oiLV
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

This patch correctly identifies the current version level of Modutils /
Mod-Init Utils for Current 2.5 kernels.
It's a cosmetic change which wouldn't allow me to see the version of Mod Init
with out this patch applied.
Please Apply

Nathaniel Russell
--Boundary-00=_FN+C/jA3tY5oiLV
Content-Type: text/x-diff;
charset="us-ascii";
name="ver_linux.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ver_linux.patch"

diff -urN scripts/ver_linux.old scripts/ver_linux
--- scripts/ver_linux.old 2003-07-09 05:35:09.000000000 -0400
+++ scripts/ver_linux 2003-07-09 05:35:31.000000000 -0400
@@ -28,7 +28,7 @@

mount --version | awk -F\- '{print "mount ", $NF}'

-depmod -V 2>&1 | grep version | awk 'NR==1 {print "module-init-tools ",$NF}'
+depmod -V 2>&1 | awk 'NR==1 {print "module-init-tools ",$NF}'

tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
'NR==1 {print "e2fsprogs ", $2}'

--Boundary-00=_FN+C/jA3tY5oiLV--

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