mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ver_linux kernel 2.5-bk1
@ 2003-07-09  9:41 Nathaniel Russell
  0 siblings, 0 replies; only message in thread
From: Nathaniel Russell @ 2003-07-09  9:41 UTC (permalink / raw)
  To: reddoglinux04; +Cc: linux-kernel

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

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

[-- Attachment #2: ver_linux.patch --]
[-- Type: text/x-diff, Size: 514 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-09  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-09  9:41 [PATCH] ver_linux kernel 2.5-bk1 Nathaniel Russell

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®