[PATCH] 2.4.24-pre1 update scripts/ver_linux for xfsprogs.

From: Steven Cole
Date: Thu Dec 18 2003 - 10:37:49 EST


Marcelo,

Here is a patch to update the ver_linux script for xfsprogs.

This was copied from 2.6 and the patch was made against the current 2.4
tree.

Steven

--- 2.4-12_18/scripts/ver_linux.orig Thu Dec 18 07:30:31 2003
+++ 2.4-12_18/scripts/ver_linux Thu Dec 18 07:34:53 2003
@@ -39,6 +39,9 @@
reiserfsck -V 2>&1 | grep reiserfsprogs | awk \
'NR==1{print "reiserfsprogs ", $NF}'

+xfs_db -V 2>&1 | grep version | awk \
+'NR==1{print "xfsprogs ", $3}'
+
cardmgr -V 2>&1| grep version | awk \
'NR==1{print "pcmcia-cs ", $3}'




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/