Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42850
b: refs/heads/master
c: 319e799
h: refs/heads/master
v: v3
  • Loading branch information
Valdis Kletnieks authored and Linus Torvalds committed Dec 7, 2006
1 parent 5e37c39 commit 08fff0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c36264dfb2d6fa6383082de0a1bba8e12b477da1
refs/heads/master: 319e799abb89d9215a203e32c2cad51115d302f4
8 changes: 8 additions & 0 deletions trunk/scripts/ver_linux
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ fsck.reiser4 -V 2>&1 | grep ^fsck.reiser4 | awk \
xfs_db -V 2>&1 | grep version | awk \
'NR==1{print "xfsprogs ", $3}'

pccardctl -V 2>&1| grep pcmciautils | awk '{print "pcmciautils ", $2}'

cardmgr -V 2>&1| grep version | awk \
'NR==1{print "pcmcia-cs ", $3}'

Expand Down Expand Up @@ -87,10 +89,16 @@ loadkeys -h 2>&1 | awk \
loadkeys -V 2>&1 | awk \
'(NR==1 && ($2 ~ /console-tools/)) {print "Console-tools ", $3}'

oprofiled --version 2>&1 | awk \
'(NR==1 && ($2 == "oprofile")) {print "oprofile ", $3}'

expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}'

udevinfo -V 2>&1 | grep version | awk '{print "udev ", $3}'

iwconfig --version 2>&1 | awk \
'(NR==1 && ($3 == "version")) {print "wireless-tools ",$4}'

if [ -e /proc/modules ]; then
X=`cat /proc/modules | sed -e "s/ .*$//"`
echo "Modules Loaded "$X
Expand Down

0 comments on commit 08fff0c

Please sign in to comment.