linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts/ver_linux patch - Bug 267
@ 2003-07-17 18:16 Jeff Sipek
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Sipek @ 2003-07-17 18:16 UTC (permalink / raw)
  To: Linus Torvalds, Kernel Mailing List, bwindle-kbt

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.

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


-- 
Please avoid sending me Word or PowerPoint attachments.
 See http://www.fsf.org/philosophy/no-word-attachments.html 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] scripts/ver_linux patch - Bug 267
@ 2003-07-17  8:06 Jeff Sipek
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Sipek @ 2003-07-17  8:06 UTC (permalink / raw)
  To: Linus Torvalds, Kernel Mailing List, bwindle-kbt

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-17 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17 18:16 [PATCH] scripts/ver_linux patch - Bug 267 Jeff Sipek
  -- strict thread matches above, loose matches on Subject: below --
2003-07-17  8:06 Jeff Sipek

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).