diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 7 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 5 |
6 files changed, 31 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2d79e5028..56ccc3726 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Module-init-Tools-3.6. Fixes + <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to File-5.00. Fixes <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c683365c1..8a97b1617 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -225,6 +225,10 @@ </listitem> <listitem> + <para>&module-init-tools-manpages-patch;</para> + </listitem> + + <listitem> <para>&patch-fixes-patch;</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index a8e9e762e..50e173a98 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -163,6 +163,14 @@ </varlistentry> <varlistentry> + <term>Module Init Tools Man Pages Patch - <token>&module-init-tools-manpages-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&module-init-tools-manpages-patch;"/></para> + <para>MD5 sum: <literal>&module-init-tools-manpages-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&patch-fixes-patch;"/></para> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index b19ac384f..56393133a 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -41,6 +41,13 @@ <sect2 role="installation"> <title>Installation of Module-Init-Tools</title> + <para>The Module-Init-Tools source tarball doesn't contain generated + man pages. Apply the following patch so that no attempt to generate the + man pages is made (such attempts will fail due to a lack of necessary tools + in the LFS system):</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&module-init-tools-manpages-patch;</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 diff --git a/packages.ent b/packages.ent index d4d3d886f..c95e46593 100644 --- a/packages.ent +++ b/packages.ent @@ -362,10 +362,10 @@ <!ENTITY man-pages-ch6-du "21 MB"> <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> -<!ENTITY module-init-tools-version "3.5"> -<!ENTITY module-init-tools-size "207 KB"> +<!ENTITY module-init-tools-version "3.6"> +<!ENTITY module-init-tools-size "225 KB"> <!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2"> -<!ENTITY module-init-tools-md5 "2b47686247fc9a99bfdb9dd1d1d80e6f"> +<!ENTITY module-init-tools-md5 "c628deb52bfa219a959d78313989e87e"> <!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"> diff --git a/patches.ent b/patches.ent index c91780ef1..2c41cbaa0 100644 --- a/patches.ent +++ b/patches.ent @@ -94,6 +94,11 @@ <!ENTITY mktemp-tempfile-patch-size "3.5 KB"> --> +<!ENTITY module-init-tools-manpages-patch "module-init-tools-&module-init-tools-version;-man_pages-1.patch"> +<!ENTITY module-init-tools-manpages-patch-md5 "53920ebdb28ba4595c009ab45fa18283"> +<!ENTITY module-init-tools-manpages-patch-size "34.5 KB"> + + <!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch"> <!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4"> <!ENTITY patch-fixes-patch-size "1.7 KB"> |