diff options
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index c15d82aab..d78416bcd 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -23,25 +23,25 @@ pages anyway. The following patch will correct this situation:</para> <para>Now prepare Inetutils for compilation:</para> -<screen><userinput>./configure --prefix=/usr --disable-syslogd \ - --libexecdir=/usr/sbin --disable-logger \ +<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var \ + --disable-logger --disable-syslogd \ --disable-whois --disable-servers</userinput></screen> <para>The meaning of the configure options:</para> <itemizedlist> -<listitem><para><userinput>--disable-syslogd</userinput>: This option -prevents inetutils from installing the System Log Daemon, which is -installed with the Sysklogd package.</para></listitem> - <listitem><para><userinput>--disable-logger</userinput>: This option -prevents inetutils from installing the logger program, which is used by +prevents Inetutils from installing the logger 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> +<listitem><para><userinput>--disable-syslogd</userinput>: This option +prevents Inetutils from installing the System Log Daemon, which is +installed with the Sysklogd package.</para></listitem> + <listitem><para><userinput>--disable-whois</userinput>: This option disables -the building of the inetutils whois client, which is woefully out of date. +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> <listitem><para><userinput>--disable-servers</userinput>: This disables the |