summaryrefslogtreecommitdiff
path: root/scripts/ver_linux
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-07-09 21:17:59 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-09 21:17:59 -0700
commit45617cef18cd7f142c04988b4696fc535f43d42a (patch)
tree6ca85d017a99489997341317efea0002a0078ed1 /scripts/ver_linux
parent12759089364a7b7ed071c0fbd4db5fe4545b3fe6 (diff)
[PATCH] update Documentation/Changes, scripts/ver_linux
Add a section about quota-tools in the Changes and version docs.
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}'