Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/inetutils.xml

    r6e41459 ref13657  
    2929<title>Installation of Inetutils</title>
    3030
    31 <para>Inetutils has issues with the Linux 2.6 kernel series - fix these isues
    32 by applying the following patch:</para>
     31<para>Inetutils has issues with the Linux 2.6 kernel series. Fix these
     32issues by applying the following patch:</para>
    3333
    3434<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen>
    3535
    36 <para>We are not going to install all the programs that come with Inetutils.
    37 However, the Inetutils build system will insist on installing all the man
    38 pages anyway. The following patch will correct this situation:</para>
     36<para>All programs that come with Inetutils will not be installed.
     37However, the Inetutils build system will insist on installing all the
     38man pages anyway. The following patch will correct this
     39situation:</para>
    3940
    4041<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
     
    7475<varlistentry>
    7576<term><parameter>--disable-servers</parameter></term>
    76 <listitem><para>This disables the
    77 installation of the various network servers included as part of the Inetutils
    78 package. These servers are deemed not appropriate in a basic LFS system. Some
    79 are insecure by nature and are only considered safe on trusted networks. More
    80 information can be found at
    81 <ulink url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that better
    82 replacements are available for many of these servers.</para></listitem>
     77<listitem><para>This disables the installation of the various network
     78servers included as part of the Inetutils package. These servers are
     79deemed not appropriate in a basic LFS system. Some are insecure by
     80nature and are only considered safe on trusted networks. More
     81information can be found at <ulink
     82url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that
     83better replacements are available for many of these
     84servers.</para></listitem>
    8385</varlistentry>
    8486</variablelist>
     
    8890<screen><userinput>make</userinput></screen>
    8991
    90 <para>Install it:</para>
     92<para>Install the package:</para>
    9193
    9294<screen><userinput>make install</userinput></screen>
     
    113115<listitem>
    114116<indexterm zone="ch-system-inetutils ftp"><primary sortas="b-ftp">ftp</primary></indexterm>
    115 <para>is the ARPANET file transfer program.</para>
     117<para>is the file transfer protocol program.</para>
    116118</listitem>
    117119</varlistentry>
     
    129131<listitem>
    130132<indexterm zone="ch-system-inetutils rcp"><primary sortas="b-rcp">rcp</primary></indexterm>
    131 <para>does remote file copy.</para>
     133<para>performs remote file copy.</para>
    132134</listitem>
    133135</varlistentry>
     
    137139<listitem>
    138140<indexterm zone="ch-system-inetutils rlogin"><primary sortas="b-rlogin">rlogin</primary></indexterm>
    139 <para>does remote login.</para>
     141<para>performs remote login.</para>
    140142</listitem>
    141143</varlistentry>
     
    153155<listitem>
    154156<indexterm zone="ch-system-inetutils talk"><primary sortas="b-talk">talk</primary></indexterm>
    155 <para>is used to chat up another user.</para>
     157<para>used to chat with another user.</para>
    156158</listitem>
    157159</varlistentry>
     
    161163<listitem>
    162164<indexterm zone="ch-system-inetutils telnet"><primary sortas="b-telnet">telnet</primary></indexterm>
    163 <para>is an interface to the TELNET protocol.</para>
     165<para>an interface to the TELNET protocol.</para>
    164166</listitem>
    165167</varlistentry>
     
    169171<listitem>
    170172<indexterm zone="ch-system-inetutils tftp"><primary sortas="b-tftp">tftp</primary></indexterm>
    171 <para>is a trivial file transfer program.</para>
     173<para>a trivial file transfer program.</para>
    172174</listitem>
    173175</varlistentry>
     
    177179
    178180</sect1>
     181
Note: See TracChangeset for help on using the changeset viewer.