diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-09 05:03:01 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-18 15:05:25 +0200 |
| commit | 17b657f4d38d02d838df02e500bf89c5e83df0b2 (patch) | |
| tree | 08f57e5b7326077b12d7d3a9fc5abb9555f2d7e2 | |
| parent | 1eeb9995229de3e7b79ea817568a1134c530e0ad (diff) | |
| download | man-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.5 | 4 |
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 |
