Changeset 52f035d


Ignore:
Timestamp:
Feb 18, 2009, 9:11:40 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ffe68ed
Parents:
7f4caf0
Message:

Added Missing ManPages? Patch to IPutils

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iputils.xml

    r7f4caf0 r52f035d  
    2929<screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
    3030
     31    <para os="p3">The following patch contains the man-pages for IPutils:</para>
     32
     33<screen os="p4"><userinput>patch -Np1 -i ../&iputils-manpages-patch;</userinput></screen>
     34
    3135    <para os="a">Compile the package:</para>
    3236
     
    4044cp -v arping /usr/bin
    4145cp -v tracepath /usr/bin
    42 cp -v trace{path,route}6 /usr/bin</userinput></screen>
     46cp -v trace{path,route}6 /usr/bin
     47install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen>
    4348
    4449  </sect2>
  • BOOK/final-system/multilib/iputils.xml

    r7f4caf0 r52f035d  
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../common/iputils.xml"
     34    xpointer="xpointer(//*[@os='p3'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/iputils.xml"
     38    xpointer="xpointer(//*[@os='p4'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/iputils.xml"
    3442    xpointer="xpointer(//*[@os='a'])"/>
    3543
  • BOOK/introduction/common/changelog.xml

    r7f4caf0 r52f035d  
    4343          <para>[Jim] - Updated Bzip2 Multilib 64bit install. On some occasions the make command
    4444          during an install will rebuild sources. Lets make sure it uses our specified options.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Jim] - Added Missing ManPages Patch to IPutils.</para>
    4548        </listitem>
    4649      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r7f4caf0 r52f035d  
    192192
    193193    <varlistentry>
     194      <term>IPUtils Missing Man-Pages Patch - <token>&iputils-manpages-patch-size;</token>:</term>
     195      <listitem>
     196        <para>Download: <ulink
     197        url="&patches-root;&iputils-manpages-patch;"/></para>
     198        <para>MD5 sum: <literal>&iputils-manpages-patch-md5;</literal></para>
     199      </listitem>
     200    </varlistentry>
     201
     202    <varlistentry>
    194203      <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
    195204      <listitem>
  • BOOK/patches.ent

    r7f4caf0 r52f035d  
    8383<!ENTITY iputils-fixes-patch-size "4 KB">
    8484
     85<!ENTITY iputils-manpages-patch "iputils-&iputils-version;-manpages-1.patch">
     86<!ENTITY iputils-manpages-patch-md5 "32f117ad86b66d10e1efde7c9134080f">
     87<!ENTITY iputils-manpages-patch-size "40 KB">
     88
    8589<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
    8690<!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
Note: See TracChangeset for help on using the changeset viewer.