Ignore:
Timestamp:
05/18/2004 08:38:03 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
91364a5
Parents:
132b753
Message:

HEAD: Retaged the command explanations in Chapter 6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/inetutils.xml

    r132b753 rdf8334f  
    4949<para>The meaning of the configure options:</para>
    5050
    51 <itemizedlist>
    52 <listitem><para><userinput>--disable-logger</userinput>: This option
     51<variablelist>
     52<varlistentry>
     53<term><userinput>--disable-logger</userinput></term>
     54<listitem><para>This option
    5355prevents Inetutils from installing the logger program, which is used by
    5456scripts to pass messages to the System Log Daemon. We do not install it
    5557because Util-linux installs a better version later.</para></listitem>
     58</varlistentry>
    5659
    57 <listitem><para><userinput>--disable-syslogd</userinput>: This option
     60<varlistentry>
     61<term><userinput>--disable-syslogd</userinput></term>
     62<listitem><para>This option
    5863prevents Inetutils from installing the System Log Daemon, which is
    5964installed with the Sysklogd package.</para></listitem>
     65</varlistentry>
    6066
    61 <listitem><para><userinput>--disable-whois</userinput>: This option disables
     67<varlistentry>
     68<term><userinput>--disable-whois</userinput></term>
     69<listitem><para>This option disables
    6270the building of the Inetutils whois client, which is woefully out of date.
    6371Instructions for a better whois client are in the BLFS book.</para></listitem>
     72</varlistentry>
    6473
    65 <listitem><para><userinput>--disable-servers</userinput>: This disables the
     74<varlistentry>
     75<term><userinput>--disable-servers</userinput></term>
     76<listitem><para>This disables the
    6677installation of the various network servers included as part of the Inetutils
    6778package. These servers are deemed not appropriate in a basic LFS system. Some
     
    7081<ulink url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that better
    7182replacements are available for many of these servers.</para></listitem>
    72 </itemizedlist>
     83</varlistentry>
     84</variablelist>
    7385
    7486<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.