Changeset 52f035d for BOOK/final-system


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

Location:
BOOK/final-system
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.