aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2005-01-06 22:36:18 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2005-01-06 22:36:18 -0800
commit2354096ea3829086d2ba83f6dbfe961ce5500bfe (patch)
tree33cd069b9aff3744cb43ed0f3b8f5c37318cdb85 /scripts
parent04c736903385b1b6273ca3a32d6ab262acd73725 (diff)
parent6b4e64f0b16d907a9ee0b79ed14159a98b2053bb (diff)
downloadhistory-2354096ea3829086d2ba83f6dbfe961ce5500bfe.tar.gz
merge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ver_linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux
index 8b5c009ca78cc3..bb195a1c0f2d28 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -87,6 +87,8 @@ loadkeys -V 2>&1 | awk \
expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}'
+udevinfo -V | awk '{print "udev ", $3}'
+
if [ -e /proc/modules ]; then
X=`cat /proc/modules | sed -e "s/ .*$//"`
echo "Modules Loaded "$X