diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-02-05 11:33:31 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-02-05 11:33:31 +0000 |
commit | 4ae43249571811cc3e532908edcc4a628f8dcc34 (patch) | |
tree | bdb9884103bcafb820af07c66743f684d2efa286 /chapter06/inetutils.xml | |
parent | 6a82dd9a1814badb87e18df165474a8b89a39b73 (diff) |
Indenting chapter 6, part 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 339 |
1 files changed, 191 insertions, 148 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index dabe959d6..3a391ae0f 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -1,41 +1,57 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> + <sect1 id="ch-system-inetutils" role="wrap"> -<title>Inetutils-&inetutils-version;</title> -<?dbhtml filename="inetutils.html"?> + <?dbhtml filename="inetutils.html"?> + + <title>Inetutils-&inetutils-version;</title> + + <indexterm zone="ch-system-inetutils"> + <primary sortas="a-Inetutils">Inetutils</primary> + </indexterm> + + <sect2 role="package"> + <title/> -<indexterm zone="ch-system-inetutils"><primary sortas="a-Inetutils">Inetutils</primary></indexterm> + <para>The Inetutils package contains programs for basic networking.</para> -<sect2 role="package"><title/> -<para>The Inetutils package contains programs for basic networking.</para> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>8.7 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.2 SBU</seg> + <seg>8.7 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<sect2 role="installation"> -<title>Installation of Inetutils</title> + <seglistitem> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Ncurses, and Sed</seg> + </seglistitem> + </segmentedlist> -<para>Apply a patch to Inetutils to enable it to compile with GCC-&gcc-version;:</para> + </sect2> + + <sect2 role="installation"> + <title>Installation of Inetutils</title> + + <para>Apply a patch to Inetutils to enable it to compile with + GCC-&gcc-version;:</para> <screen><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> -<para>All programs that come with Inetutils will not be installed. -However, the Inetutils build system will insist on installing all the -man pages anyway. The following patch will correct this -situation:</para> + <para>All programs that come with Inetutils will not be installed. + However, the Inetutils build system will insist on installing all the + man pages anyway. The following patch will correct this + situation:</para> <screen><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> @@ -46,139 +62,166 @@ situation:</para> --disable-logger --disable-syslogd \ --disable-whois --disable-servers</userinput></screen> -<para>The meaning of the configure options:</para> - -<variablelist> -<varlistentry> -<term><parameter>--disable-logger</parameter></term> -<listitem><para>This option -prevents Inetutils from installing the <command>logger</command> program, which is used by -scripts to pass messages to the System Log Daemon. Do not install it -because Util-linux installs a better version later.</para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--disable-syslogd</parameter></term> -<listitem><para>This option -prevents Inetutils from installing the System Log Daemon, which is -installed with the Sysklogd package.</para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--disable-whois</parameter></term> -<listitem><para>This option disables -the building of the Inetutils <command>whois</command> client, which is out of date. -Instructions for a better <command>whois</command> client are in the BLFS book.</para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--disable-servers</parameter></term> -<listitem><para>This disables the installation of the various network -servers included as part of the Inetutils package. These servers are -deemed not appropriate in a basic LFS system. Some are insecure by -nature and are only considered safe on trusted networks. More -information can be found at <ulink -url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that -better replacements are available for many of these -servers.</para></listitem> -</varlistentry> -</variablelist> - -<para>Compile the package:</para> + <variablelist> + <title>The meaning of the configure options:</title> + + <varlistentry> + <term><parameter>--disable-logger</parameter></term> + <listitem> + <para>This option prevents Inetutils from installing the + <command>logger</command> program, which is used by scripts to + pass messages to the System Log Daemon. Do not install it because + Util-linux installs a better version later.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><parameter>--disable-syslogd</parameter></term> + <listitem> + <para>This option prevents Inetutils from installing the System Log + Daemon, which is installed with the Sysklogd package.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><parameter>--disable-whois</parameter></term> + <listitem> + <para>This option disables the building of the Inetutils + <command>whois</command> client, which is out of date. Instructions for + a better <command>whois</command> client are in the BLFS book.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><parameter>--disable-servers</parameter></term> + <listitem> + <para>This disables the installation of the various network servers + included as part of the Inetutils package. These servers are deemed not + appropriate in a basic LFS system. Some are insecure by nature and are + only considered safe on trusted networks. More information can be found + at <ulink url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that + better replacements are available for many of these servers.</para> + </listitem> + </varlistentry> + + </variablelist> + + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> -<para>This package does not come with a test suite.</para> + <para>This package does not come with a test suite.</para> -<para>Install the package:</para> + <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<para>Move the <command>ping</command> program to its FHS-compliant -place:</para> + <para>Move the <command>ping</command> program to its FHS-compliant + place:</para> <screen><userinput>mv -v /usr/bin/ping /bin</userinput></screen> -</sect2> - - -<sect2 id="contents-inetutils" role="content"><title>Contents of Inetutils</title> - -<segmentedlist> -<segtitle>Installed programs</segtitle> -<seglistitem><seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg></seglistitem> -</segmentedlist> - -<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> -<?dbfo list-presentation="list"?> -<?dbhtml list-presentation="table"?> - -<varlistentry id="ftp"> -<term><command>ftp</command></term> -<listitem> -<para>Is the file transfer protocol program</para> -<indexterm zone="ch-system-inetutils ftp"><primary sortas="b-ftp">ftp</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="ping"> -<term><command>ping</command></term> -<listitem> -<para>Sends echo-request packets and reports how long the replies take</para> -<indexterm zone="ch-system-inetutils ping"><primary sortas="b-ping">ping</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="rcp"> -<term><command>rcp</command></term> -<listitem> -<para>Performs remote file copy</para> -<indexterm zone="ch-system-inetutils rcp"><primary sortas="b-rcp">rcp</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="rlogin"> -<term><command>rlogin</command></term> -<listitem> -<para>Performs remote login</para> -<indexterm zone="ch-system-inetutils rlogin"><primary sortas="b-rlogin">rlogin</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="rsh"> -<term><command>rsh</command></term> -<listitem> -<para>Runs a remote shell</para> -<indexterm zone="ch-system-inetutils rsh"><primary sortas="b-rsh">rsh</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="talk"> -<term><command>talk</command></term> -<listitem> -<para>Is used to chat with another user</para> -<indexterm zone="ch-system-inetutils talk"><primary sortas="b-talk">talk</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="telnet"> -<term><command>telnet</command></term> -<listitem> -<para>An interface to the TELNET protocol</para> -<indexterm zone="ch-system-inetutils telnet"><primary sortas="b-telnet">telnet</primary></indexterm> -</listitem> -</varlistentry> - -<varlistentry id="tftp"> -<term><command>tftp</command></term> -<listitem> -<para>A trivial file transfer program</para> -<indexterm zone="ch-system-inetutils tftp"><primary sortas="b-tftp">tftp</primary></indexterm> -</listitem> -</varlistentry> -</variablelist> - -</sect2> + </sect2> + + <sect2 id="contents-inetutils" role="content"> + <title>Contents of Inetutils</title> + + <segmentedlist> + <segtitle>Installed programs</segtitle> + + <seglistitem> + <seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="ftp"> + <term><command>ftp</command></term> + <listitem> + <para>Is the file transfer protocol program</para> + <indexterm zone="ch-system-inetutils ftp"> + <primary sortas="b-ftp">ftp</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="ping"> + <term><command>ping</command></term> + <listitem> + <para>Sends echo-request packets and reports how long the replies + take</para> + <indexterm zone="ch-system-inetutils ping"> + <primary sortas="b-ping">ping</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="rcp"> + <term><command>rcp</command></term> + <listitem> + <para>Performs remote file copy</para> + <indexterm zone="ch-system-inetutils rcp"> + <primary sortas="b-rcp">rcp</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="rlogin"> + <term><command>rlogin</command></term> + <listitem> + <para>Performs remote login</para> + <indexterm zone="ch-system-inetutils rlogin"> + <primary sortas="b-rlogin">rlogin</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="rsh"> + <term><command>rsh</command></term> + <listitem> + <para>Runs a remote shell</para> + <indexterm zone="ch-system-inetutils rsh"> + <primary sortas="b-rsh">rsh</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="talk"> + <term><command>talk</command></term> + <listitem> + <para>Is used to chat with another user</para> + <indexterm zone="ch-system-inetutils talk"> + <primary sortas="b-talk">talk</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="telnet"> + <term><command>telnet</command></term> + <listitem> + <para>An interface to the TELNET protocol</para> + <indexterm zone="ch-system-inetutils telnet"> + <primary sortas="b-telnet">telnet</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="tftp"> + <term><command>tftp</command></term> + <listitem> + <para>A trivial file transfer program</para> + <indexterm zone="ch-system-inetutils tftp"> + <primary sortas="b-tftp">tftp</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> </sect1> - |