mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Module-Init-Tools-3.6. Fixes #2343.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bd2f3f86c1
commit
8fa3cafcce
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -224,6 +224,10 @@
|
||||
<para>&linux-header-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&module-init-tools-manpages-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&patch-fixes-patch;</para>
|
||||
</listitem>
|
||||
|
@ -162,6 +162,14 @@
|
||||
</listitem>
|
||||
</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>
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user