Changeset d6e3415


Ignore:
Timestamp:
02/19/2008 10:48:40 PM (16 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cdf68ba
Parents:
be53dbd
Message:

Update module-init-tools, fixes #2127.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbe53dbd rd6e3415  
    4444          for automated builds.</para>
    4545          <para>[ken] - Updated Flex to 2.5.34.</para>
     46          <para>[ken] - Updated Module-Init-Tools to 3.4.</para>
    4647        </listitem>
    4748      </itemizedlist>
  • chapter01/whatsnew.xml

    rbe53dbd rd6e3415  
    138138      <para>Mktemp &mktemp-version;</para>
    139139    </listitem>-->
    140     <!--<listitem>
     140    <listitem>
    141141      <para>Module-Init-Tools &module-init-tools-version;</para>
    142     </listitem-->
     142    </listitem>
    143143    <!--<listitem>
    144144      <para>Ncurses &ncurses-version;</para>
     
    222222
    223223    <listitem>
     224      <para>&module-init-manpages-patch;</para>
     225    </listitem>
     226
     227    <listitem>
    224228      <para>&readline-fixes-patch;</para>
    225229    </listitem>
     
    263267
    264268    <listitem>
     269      <para>module-init-tools-3.2.2-modprobe-1.patch</para>
     270    </listitem>
     271
     272    <listitem>
    265273      <para>readline-5.4-fixes-4.patch</para>
    266274    </listitem>
  • chapter03/patches.xml

    rbe53dbd rd6e3415  
    148148
    149149    <varlistentry>
    150       <term>Module-init-tools Patch - <token>&module-init-modprobe-patch-size;</token>:</term>
    151       <listitem>
    152         <para>Download: <ulink url="&patches-root;&module-init-modprobe-patch;"/></para>
    153         <para>MD5 sum: <literal>&module-init-modprobe-patch-md5;</literal></para>
     150      <term>Module-init-tools Man-Pages Patch - <token>&module-init-manpages-patch-size;</token>:</term>
     151      <listitem>
     152        <para>Download: <ulink url="&patches-root;&module-init-manpages-patch;"/></para>
     153        <para>MD5 sum: <literal>&module-init-manpages-patch-md5;</literal></para>
    154154      </listitem>
    155155    </varlistentry>
  • chapter06/module-init-tools.xml

    rbe53dbd rd6e3415  
    4242    <title>Installation of Module-Init-Tools</title>
    4343
    44     <para>First correct a potential problem when modules are specified
    45     using regular expressions:</para>
     44    <para>The tarball only contains sgml source for the manpages. The following
     45    patch contains the result of processing this through <command>docbook2man</command>
     46    (see <ulink url="&blfs-root;view/svn/pst/docbook-utils.html"/>)
     47    which we do not build as part of a basic LFS installation:</para>
    4648
    47 <screen><userinput remap="pre">patch -Np1 -i ../&module-init-modprobe-patch;</userinput></screen>
     49<screen><userinput remap="pre">patch -Np1 -i ../&module-init-manpages-patch;</userinput></screen>
    4850
    49     <para>Issue the following commands to perform the tests (note that the
    50     <command>make distclean</command> command is required to clean up the source
    51     tree, as the source gets recompiled as part of the testing process):</para>
     51    <para>The testsuite of this package is geared towards the needs of its
     52    Maintainer. The command <command>make check</command> builds a specially
     53    wrapped version of modprobe which is useless for normal operation. To run
     54    this, issue the following commands (note that the <command>make clean</command>
     55    command is required to clean up the source tree before recompiling for
     56    normal use):</para>
    5257
    5358<screen><userinput remap="test">./configure
    5459make check
    55 make distclean</userinput></screen>
     60make clean</userinput></screen>
    5661
    5762    <para>Prepare Module-Init-Tools for compilation:</para>
  • packages.ent

    rbe53dbd rd6e3415  
    361361<!ENTITY mktemp-ch6-sbu "less than 0.1 SBU">
    362362
    363 <!ENTITY module-init-tools-version "3.2.2">
    364 <!ENTITY module-init-tools-size "166 KB">
    365 <!ENTITY module-init-tools-url "http://www.kerneltools.org/pub/downloads/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
    366 <!ENTITY module-init-tools-md5 "a1ad0a09d3231673f70d631f3f5040e9">
    367 <!ENTITY module-init-tools-home "http://www.kerneltools.org/">
    368 <!ENTITY module-init-tools-ch6-du "7 MB">
     363<!ENTITY module-init-tools-version "3.4">
     364<!ENTITY module-init-tools-size "186 KB">
     365<!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">
     366<!ENTITY module-init-tools-md5 "db6ac059e80e8dd4389dbe81ee61f3c6">
     367<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
     368<!ENTITY module-init-tools-ch6-du "8 MB">
    369369<!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU">
    370370
  • patches.ent

    rbe53dbd rd6e3415  
    7777<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
    7878
    79 <!ENTITY module-init-modprobe-patch "module-init-tools-&module-init-tools-version;-modprobe-1.patch">
    80 <!ENTITY module-init-modprobe-patch-md5 "f1e452fdf3b8d7ef60148125e390c3e8">
    81 <!ENTITY module-init-modprobe-patch-size "1.2 KB">
     79<!ENTITY module-init-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
     80<!ENTITY module-init-manpages-patch-md5 "2271047586981ae23adf01cc13d97791">
     81<!ENTITY module-init-manpages-patch-size "35 KB">
    8282
    8383
Note: See TracChangeset for help on using the changeset viewer.