Ignore:
Timestamp:
Feb 21, 2006, 9:23:04 AM (19 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:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    r82fedc4 re0e40d3  
    3434    <title>Installation of Inetutils</title>
    3535
    36     <para os="a">All programs that come with Inetutils will not be installed.
     36    <para os="p1">All programs that come with Inetutils will not be installed.
    3737    However, the Inetutils build system will insist on installing all the
    3838    man pages anyway. The following patch will correct this
    3939    situation:</para>
    4040
    41 <screen os="b"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    42 
    43     <para os="b1">The following patches addresses build issues with GCC 4.x:</para>
    44 
    45 <screen os="b2"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
    46 
    47     <para os="c">Prepare Inetutils for compilation:</para>
    48 
    49 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
     41<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
     42
     43    <para os="p3">The following patches addresses build issues with GCC 4.x:</para>
     44
     45<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
     46
     47    <para os="a">Prepare Inetutils for compilation:</para>
     48
     49<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
    5050    --sysconfdir=/etc --localstatedir=/var \
    5151    --disable-logger --disable-syslogd \
    5252    --disable-whois --disable-servers</userinput></screen>
    5353
    54     <variablelist os="d">
     54    <variablelist os="c">
    5555      <title>The meaning of the configure options:</title>
    5656
     
    9898    </variablelist>
    9999
    100     <para os="e">Compile the package:</para>
    101 
    102 <screen os="f"><userinput>make</userinput></screen>
    103 
    104     <para os="g">Install the package:</para>
    105 
    106 <screen os="h"><userinput>make install</userinput></screen>
    107 
    108     <para os="i">Move the <command>ping</command> program to its FHS-compliant
     100    <para os="d">Compile the package:</para>
     101
     102<screen os="e"><userinput>make</userinput></screen>
     103
     104    <para os="f">Install the package:</para>
     105
     106<screen os="g"><userinput>make install</userinput></screen>
     107
     108    <para os="h">Move the <command>ping</command> program to its FHS-compliant
    109109    place:</para>
    110110
    111 <screen os="j"><userinput>mv /usr/bin/ping /bin</userinput></screen>
     111<screen os="i"><userinput>mv /usr/bin/ping /bin</userinput></screen>
    112112
    113113  </sect2>
Note: See TracChangeset for help on using the changeset viewer.