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, 7 insertions, 27 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cb6fe4216..0b3ed5a2c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-05-10</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Module-Init-Tools-3.8. Fixes + <ulink url="&lfs-ticket-root;2381">#2381</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Man-pages-3.21. Fixes <ulink url="&lfs-ticket-root;2384">#2384</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ece843949..69511d86b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -241,10 +241,6 @@ </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 20ba0e2af..c94f81bf4 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -155,14 +155,6 @@ </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 56393133a..b19ac384f 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -41,13 +41,6 @@ <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 343e616bc..6f356d9e9 100644 --- a/packages.ent +++ b/packages.ent @@ -357,10 +357,10 @@ <!ENTITY man-pages-ch6-du "21 MB"> <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> -<!ENTITY module-init-tools-version "3.6"> -<!ENTITY module-init-tools-size "225 KB"> +<!ENTITY module-init-tools-version "3.8"> +<!ENTITY module-init-tools-size "784 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 "c628deb52bfa219a959d78313989e87e"> +<!ENTITY module-init-tools-md5 "470d7830fd263d29a92149da6ae9f122"> <!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 5bf741c0a..cca246221 100644 --- a/patches.ent +++ b/patches.ent @@ -89,11 +89,6 @@ <!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"> |