From: Nathaniel Russell <reddog83@sbcglobal.net>
To: reddoglinux04@aol.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] ver_linux kernel 2.5-bk1
Date: Wed, 9 Jul 2003 05:41:25 -0400 [thread overview]
Message-ID: <200307090541.25483.reddog83@sbcglobal.net> (raw)
[-- 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}'
reply other threads:[~2003-07-09 9:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200307090541.25483.reddog83@sbcglobal.net \
--to=reddog83@sbcglobal.net \
--cc=linux-kernel@vger.kernel.org \
--cc=reddoglinux04@aol.com \
/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
all inboxes | Powered by JetHome®