summaryrefslogtreecommitdiff
path: root/scripts/ver_linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:11:43 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:11:43 -0800
commitdf0386374805089cbd09cc4a308e893be6738a93 (patch)
tree218ddf00b4d68ccbeab2a0cc8f1985d936369422 /scripts/ver_linux
parent87f504e5c78b910b0c1d6ffb89bc95e492322c84 (diff)
v2.4.9.2 -> v2.4.9.3
- Johannes Erdfelt, Oliver Neukum: USB printer driver race fix - John Byrne: fix stupid i386-SMP irq stack layout bug - Andreas Bombe, me: yenta IO window fix - Neil Brown: raid1 buffer state fix - David Miller, Paul Mackerras: fix up sparc and ppc respectively for kmap/kbd_rate - Matija Nalis: umsdos fixes, and make it possible to boot up with umsdos - Francois Romieu: fix bugs in dscc4 driver - Andy Grover: new PCI config space access functions (eventually for ACPI) - Albert Cranford: fix incorrect e2fsprog data from ver_linux script - Dave Jones: re-sync x86 setup code, fix macsonic kmalloc use - Johannes Erdfelt: remove obsolete plusb USB driver - Andries Brouwer: fix USB compact flash version info, add blksize ioctls
Diffstat (limited to 'scripts/ver_linux')
-rw-r--r--scripts/ver_linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux
index 8bc8096dede1..a5a459f0b1d1 100644
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -26,7 +26,7 @@ mount --version | awk -F\- '{print "mount ", $NF}'
insmod -V 2>&1 | awk 'NR==1 {print "modutils ",$NF}'
-tune2fs 2>&1 | grep tune2fs | sed 's/,//' | awk \
+tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
'NR==1 {print "e2fsprogs ", $2}'
reiserfsck 2>&1 | grep reiserfsprogs | awk \