Changeset dc5815da for BOOK/final-system


Ignore:
Timestamp:
Nov 7, 2006, 4:29:09 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3de6092
Parents:
dd10a75
Message:

Added the inetutils server man pages patch back in.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rdd10a75 rdc5815da  
    2424  <sect2 role="installation">
    2525    <title>Installation of Inetutils</title>
     26
     27    <para os="p1">Not all programs that come with Inetutils will be installed.
     28    However, the Inetutils build system will insist on installing all the
     29    man pages anyway. The following patch will correct this
     30    situation:</para>
     31
     32<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    2633
    2734    <para os="a">Prepare Inetutils for compilation:</para>
  • BOOK/final-system/multilib/inetutils.xml

    rdd10a75 rdc5815da  
    2121  <sect2 role="installation">
    2222    <title>Installation of Inetutils</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../common/inetutils.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/inetutils.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/inetutils.xml"
     34    xpointer="xpointer(//*[@os='a'])"/>
    2335
    2436<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/sbin \
Note: See TracChangeset for help on using the changeset viewer.