Author: ken
Date: 2008-02-19 15:48:40 -0700 (Tue, 19 Feb 2008)
New Revision: 8489
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/module-init-tools.xml
trunk/BOOK/packages.ent
trunk/BOOK/patches.ent
Log:
Update module-init-tools, fixes #2127.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-02-19 21:43:51 UTC (rev 8488)
+++ trunk/BOOK/chapter01/changelog.xml 2008-02-19 22:48:40 UTC (rev 8489)
@@ -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>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2008-02-19 21:43:51 UTC (rev 8488)
+++ trunk/BOOK/chapter01/whatsnew.xml 2008-02-19 22:48:40 UTC (rev 8489)
@@ -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>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2008-02-19 21:43:51 UTC (rev 8488)
+++ trunk/BOOK/chapter03/patches.xml 2008-02-19 22:48:40 UTC (rev 8489)
@@ -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>
Modified: trunk/BOOK/chapter06/module-init-tools.xml
===================================================================
--- trunk/BOOK/chapter06/module-init-tools.xml 2008-02-19 21:43:51 UTC (rev
8488)
+++ trunk/BOOK/chapter06/module-init-tools.xml 2008-02-19 22:48:40 UTC (rev
8489)
@@ -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>
Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent 2008-02-19 21:43:51 UTC (rev 8488)
+++ trunk/BOOK/packages.ent 2008-02-19 22:48:40 UTC (rev 8489)
@@ -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">
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2008-02-19 21:43:51 UTC (rev 8488)
+++ trunk/BOOK/patches.ent 2008-02-19 22:48:40 UTC (rev 8489)
@@ -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">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page