Changeset 8bff584


Ignore:
Timestamp:
Jan 14, 2008, 9:02:56 AM (16 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
11e07a0
Parents:
370a5bba
Message:

Add patch for man pages to module-init-tools.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    r370a5bba r8bff584  
    2626    <title>Installation of Module-Init-Tools</title>
    2727
     28    <para os="a1">The tarball only contains sgml source for the manual pages.  The
     29    following patch contains the result of processing this through
     30    <command>docbook2man</command> which we do not build as part of a basic clfs
     31    install :</para>
     32
     33<screen os="a2"><userinput>patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen>
     34
    2835    <para os="c">Issue the following commands to perform the tests
    2936    (note that the <command>make clean</command>
  • BOOK/final-system/multilib/module-init-tools.xml

    r370a5bba r8bff584  
    2121  <sect2 role="installation">
    2222    <title>Installation of Module-Init-Tools</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/module-init-tools.xml"
     26    xpointer="xpointer(//*[@os='a1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/module-init-tools.xml"
     30    xpointer="xpointer(//*[@os='a2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r370a5bba r8bff584  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>January 14, 2008</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Add patch for man pages in module-init-tools.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    r370a5bba r8bff584  
    155155
    156156    <varlistentry>
     157      <term>Module-Init-Tools Manpages Patch - <token>&module-init-tools-manpages-patch-size;</token>:</term>
     158      <listitem>
     159        <para>Download: <ulink
     160        url="&patches-root;&module-init-tools-manpages-patch;"/></para>
     161        <para>MD5 sum: <literal>&module-init-tools-manpages-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164
     165    <varlistentry>
    157166      <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
    158167      <listitem>
  • BOOK/patches.ent

    r370a5bba r8bff584  
    6565<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    6666
     67<!ENTITY module-init-tools-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
     68<!ENTITY module-init-tools-manpages-patch-md5 "2271047586981ae23adf01cc13d97791">
     69<!ENTITY module-init-tools-manpages-patch-size "35 KB">
     70
    6771<!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
    6872<!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
Note: See TracChangeset for help on using the changeset viewer.