patch-2.4.22 linux-2.4.22/scripts/ver_linux

Next file: linux-2.4.22/CREDITS
Previous file: linux-2.4.22/scripts/mkconfigs.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/scripts/ver_linux linux-2.4.22/scripts/ver_linux
@@ -42,6 +42,9 @@
 cardmgr -V 2>&1| grep version | awk \
 'NR==1{print "pcmcia-cs             ", $3}'
 
+quota -V 2>&1 | grep version | awk \
+'NR==1{print "quota-tools           ", $NF}'
+
 pppd --version 2>&1| grep version | awk \
 'NR==1{print "PPP                   ", $3}'
 


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