From 45617cef18cd7f142c04988b4696fc535f43d42a Mon Sep 17 00:00:00 2001 From: Steven Cole Date: Wed, 9 Jul 2003 21:17:59 -0700 Subject: [PATCH] update Documentation/Changes, scripts/ver_linux Add a section about quota-tools in the Changes and version docs. --- scripts/ver_linux | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/ver_linux') diff --git a/scripts/ver_linux b/scripts/ver_linux index 99cb2c9f5ae7..26f3084e7db3 100644 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -45,6 +45,9 @@ xfs_db -V 2>&1 | grep version | awk \ 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}' -- cgit v1.2.3