patch-2.4.25 linux-2.4.25/scripts/ver_linux

Next file: linux-2.4.25/CREDITS
Previous file: linux-2.4.25/net/socket.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/scripts/ver_linux linux-2.4.25/scripts/ver_linux
@@ -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}'
 


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)