From f914915bf209b85405846fd2a7e01062e6b519f0 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nobuto" Date: Fri, 27 Dec 2002 19:18:32 -0800 Subject: [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. --- scripts/ver_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ver_linux') 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}' -- cgit v1.2.3