diff options
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 |