lkml.org 
[lkml]   [2002]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.4.20-pre5-ac2 update ver_linux yet again (jfsutils version reporting)
From
Date
This patch adds jfsutils to the list of support software checked by the
ver_linux script. As with older versions of e2fsprogs, this requires
comma snippage. This check is done in the same order as the list in
Documentation/Changes and was tested with jfsutils 1.0.21.

Steven


--- linux-2.4.20-pre5-ac2/scripts/ver_linux.ac2 Wed Sep 4 09:48:19 2002
+++ linux-2.4.20-pre5-ac2/scripts/ver_linux Wed Sep 4 10:09:52 2002
@@ -33,6 +33,9 @@
tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
'NR==1 {print "e2fsprogs ", $2}'

+fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \
+'NR==1 {print "jfsutils ", $3}'
+
reiserfsck -V 2>&1 | grep reiserfsprogs | awk \
'NR==1{print "reiserfsprogs ", $NF}'


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

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.023 / U:22.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site