diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
commit | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch) | |
tree | 2dfab531417a3727241a1770352ef10adda89493 /chapter06/inetutils.xml | |
parent | 3042296e6f99f7795884e3bf6ca8a8a646488912 (diff) |
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 2b282aa93..6e8f60628 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -50,29 +50,29 @@ pages anyway. The following patch will correct this situation:</para> <variablelist> <varlistentry> -<term><userinput>--disable-logger</userinput></term> +<term><parameter>--disable-logger</parameter></term> <listitem><para>This option -prevents Inetutils from installing the logger program, which is used by +prevents Inetutils from installing the <command>logger</command> program, which is used by scripts to pass messages to the System Log Daemon. We do not install it because Util-linux installs a better version later.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--disable-syslogd</userinput></term> +<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><userinput>--disable-whois</userinput></term> +<term><parameter>--disable-whois</parameter></term> <listitem><para>This option disables the building of the Inetutils whois client, which is woefully out of date. Instructions for a better whois client are in the BLFS book.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--disable-servers</userinput></term> +<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 |