aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-09 05:03:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-18 15:05:25 +0200
commit17b657f4d38d02d838df02e500bf89c5e83df0b2 (patch)
tree08f57e5b7326077b12d7d3a9fc5abb9555f2d7e2
parent1eeb9995229de3e7b79ea817568a1134c530e0ad (diff)
downloadman-pages-17b657f4d38d02d838df02e500bf89c5e83df0b2.tar.gz
proc.5: Since Linux 2.6.27, /proc/sys/kernel/modprobe depends on CONFIG_MODULES
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.54
1 files changed, 3 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index ea9adfff26..e3a942f0e4 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2535,7 +2535,9 @@ This file contains the path for the kernel module loader.
The default value is
.IR /sbin/modprobe .
The file is only present if the kernel is built with the
-.B CONFIG_KMOD
+.B CONFIG_MODULES
+.RB ( CONFIG_KMOD
+in Linux 2.6.26 and earlier)
option enabled.
It is described by the Linux kernel source file
.I Documentation/kmod.txt