aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml1
-rw-r--r--chapter01/whatsnew.xml12
-rw-r--r--chapter03/patches.xml6
-rw-r--r--chapter06/module-init-tools.xml19
-rw-r--r--packages.ent12
-rw-r--r--patches.ent6
6 files changed, 35 insertions, 21 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 163aa7719..2aae7580d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,7 @@
<para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix
for automated builds.</para>
<para>[ken] - Updated Flex to 2.5.34.</para>
+ <para>[ken] - Updated Module-Init-Tools to 3.4.</para>
</listitem>
</itemizedlist>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 66b7249b1..72c1b575c 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -137,9 +137,9 @@
<!--<listitem>
<para>Mktemp &mktemp-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Module-Init-Tools &module-init-tools-version;</para>
- </listitem-->
+ </listitem>
<!--<listitem>
<para>Ncurses &ncurses-version;</para>
</listitem>-->
@@ -221,6 +221,10 @@
</listitem>
<listitem>
+ <para>&module-init-manpages-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&readline-fixes-patch;</para>
</listitem>
@@ -262,6 +266,10 @@
</listitem>
<listitem>
+ <para>module-init-tools-3.2.2-modprobe-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>readline-5.4-fixes-4.patch</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 2d1a4b938..2c77b7a9d 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -147,10 +147,10 @@
</varlistentry>
<varlistentry>
- <term>Module-init-tools Patch - <token>&module-init-modprobe-patch-size;</token>:</term>
+ <term>Module-init-tools Man-Pages Patch - <token>&module-init-manpages-patch-size;</token>:</term>
<listitem>
- <para>Download: <ulink url="&patches-root;&module-init-modprobe-patch;"/></para>
- <para>MD5 sum: <literal>&module-init-modprobe-patch-md5;</literal></para>
+ <para>Download: <ulink url="&patches-root;&module-init-manpages-patch;"/></para>
+ <para>MD5 sum: <literal>&module-init-manpages-patch-md5;</literal></para>
</listitem>
</varlistentry>
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 0a36e2f64..2df4ea164 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -41,18 +41,23 @@
<sect2 role="installation">
<title>Installation of Module-Init-Tools</title>
- <para>First correct a potential problem when modules are specified
- using regular expressions:</para>
+ <para>The tarball only contains sgml source for the manpages. The following
+ patch contains the result of processing this through <command>docbook2man</command>
+ (see <ulink url="&blfs-root;view/svn/pst/docbook-utils.html"/>)
+ which we do not build as part of a basic LFS installation:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&module-init-modprobe-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&module-init-manpages-patch;</userinput></screen>
- <para>Issue the following commands to perform the tests (note that the
- <command>make distclean</command> command is required to clean up the source
- tree, as the source gets recompiled as part of the testing process):</para>
+ <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
+ this, issue the following commands (note that the <command>make clean</command>
+ command is required to clean up the source tree before recompiling for
+ normal use):</para>
<screen><userinput remap="test">./configure
make check
-make distclean</userinput></screen>
+make clean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para>
diff --git a/packages.ent b/packages.ent
index 794589325..ec24b7d5c 100644
--- a/packages.ent
+++ b/packages.ent
@@ -360,12 +360,12 @@
<!ENTITY mktemp-ch6-du "0.4 MB">
<!ENTITY mktemp-ch6-sbu "less than 0.1 SBU">
-<!ENTITY module-init-tools-version "3.2.2">
-<!ENTITY module-init-tools-size "166 KB">
-<!ENTITY module-init-tools-url "http://www.kerneltools.org/pub/downloads/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
-<!ENTITY module-init-tools-md5 "a1ad0a09d3231673f70d631f3f5040e9">
-<!ENTITY module-init-tools-home "http://www.kerneltools.org/">
-<!ENTITY module-init-tools-ch6-du "7 MB">
+<!ENTITY module-init-tools-version "3.4">
+<!ENTITY module-init-tools-size "186 KB">
+<!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/kernel/people/jcm/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
+<!ENTITY module-init-tools-md5 "db6ac059e80e8dd4389dbe81ee61f3c6">
+<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
+<!ENTITY module-init-tools-ch6-du "8 MB">
<!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU">
<!ENTITY ncurses-version "5.6">
diff --git a/patches.ent b/patches.ent
index b88716dad..7741156c4 100644
--- a/patches.ent
+++ b/patches.ent
@@ -76,9 +76,9 @@
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
-<!ENTITY module-init-modprobe-patch "module-init-tools-&module-init-tools-version;-modprobe-1.patch">
-<!ENTITY module-init-modprobe-patch-md5 "f1e452fdf3b8d7ef60148125e390c3e8">
-<!ENTITY module-init-modprobe-patch-size "1.2 KB">
+<!ENTITY module-init-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
+<!ENTITY module-init-manpages-patch-md5 "2271047586981ae23adf01cc13d97791">
+<!ENTITY module-init-manpages-patch-size "35 KB">
<!ENTITY ncurses-coverity-patch "ncurses-&ncurses-version;-coverity_fixes-1.patch">