diff options
| author | Daniel A. Nobuto <ramune@net-ronin.org> | 2002-12-27 19:18:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-27 19:18:32 -0800 |
| commit | f914915bf209b85405846fd2a7e01062e6b519f0 (patch) | |
| tree | 4f557882d51d71a37a57aaa88d8de2e937124982 /scripts/ver_linux | |
| parent | 9380dde2034e4763f87ec65861ce3df535a8973a (diff) | |
[PATCH] Documentation/Changes for modules
the url for module-init-tools has been fixed, and all the references to
modutils (outside source) has been updated if necessary.
more patches to follow to fix up the modules.conf/conf.modules vs.
modprobe.conf references.
Diffstat (limited to 'scripts/ver_linux')
| -rw-r--r-- | scripts/ver_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux index edc3ec1f26a4..9fe09a9c7f94 100644 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -28,7 +28,7 @@ fdformat --version | awk -F\- '{print "util-linux ", $NF}' mount --version | awk -F\- '{print "mount ", $NF}' -insmod -V 2>&1 | awk 'NR==1 {print "modutils ",$NF}' +rmmod -V 2>&1 | awk 'NR==1 {print "module-init-tools ",$NF}' tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \ 'NR==1 {print "e2fsprogs ", $2}' |
