summaryrefslogtreecommitdiff
path: root/scripts/ver_linux
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ver_linux')
-rw-r--r--scripts/ver_linux3
1 files changed, 3 insertions, 0 deletions
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}'