linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Sipek <jeffpc@optonline.net>
To: Linus Torvalds <torvalds@osdl.org>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>,
	bwindle-kbt@fint.org
Subject: [PATCH] scripts/ver_linux patch - Bug 267
Date: Thu, 17 Jul 2003 04:06:32 -0400	[thread overview]
Message-ID: <200307170406.46272.jeffpc@optonline.net> (raw)

[-- Attachment #1: clearsigned data --]
[-- Type: Text/Plain, Size: 556 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patch to make scripts/ver_linux work in 2.6.0-test1

http://bugme.osdl.org/show_bug.cgi?id=267

Josef "Jeff" Sipek, aka Jeff.

- -- 
Defenestration n. (formal or joc.):
  The act of removing Windows from your computer in disgust, usually followed
  by the installation of Linux or some other Unix-like operating system.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/FlkNwFP0+seVj/4RAgtoAJ9zMNbxclIE8EpEkz9aMrJ4BZBURQCguHIk
mO97t4v6OM5EJ4yAjEUuMpw=
=pZgC
-----END PGP SIGNATURE-----

[-- Attachment #2: patch-2.6.0-test1_bug267 --]
[-- Type: text/x-diff, Size: 508 bytes --]

--- linux-2.6.0-test1-vanilla/scripts/ver_linux	2003-07-13 23:35:16.000000000 -0400
+++ linux-2.6.0-test1-eva/scripts/ver_linux	2003-07-17 03:53:46.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-17  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-17  8:06 Jeff Sipek [this message]
2003-07-17 18:16 [PATCH] scripts/ver_linux patch - Bug 267 Jeff Sipek

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=200307170406.46272.jeffpc@optonline.net \
    --to=jeffpc@optonline.net \
    --cc=bwindle-kbt@fint.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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;
as well as URLs for NNTP newsgroup(s).