diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-19 04:25:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-19 04:25:24 +0000 |
commit | dcaee7020a3b71744e62fcff5bd4d5362da616de (patch) | |
tree | e274d5980164b87cf480f0d339d1da2072cb9cc0 /chapter06 | |
parent | 79f68964ace570c76ad0cbb8724680b97a4b743d (diff) |
Update to Module-Init-Tools-3.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/module-init-tools.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 979ee57d6..2f19440cf 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Module-Init-Tools</title> + <para>To avoid a problem with regenerating the man pages when not needed, + first rewrite a file that just points to another man page:</para> + +<screen><userinput remap="pre">echo '.so man5/modprobe.conf.5' > modprobe.d.5</userinput></screen> + <para>The testsuite of this package is geared towards the needs of its Maintainer. The command <command>make check</command> builds a specially wrapped version of modprobe which is useless for normal operation. To run |