Added --disable-whois --disable-servers to Inetutils

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-08-31 22:21:25 +00:00
parent ee431a6d6c
commit 2b9f7514da

View File

@ -7,7 +7,8 @@
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers
</userinput></screen></para>
<para>The meaning of the configure options:</para>
@ -25,6 +26,15 @@ because Util-linux installs a better version later.</para></listitem>
<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option
tells the binaries created by the package to look in /etc for their
configuration files</para></listitem>
<listitem><para><userinput>--disable-whois</userinput>: 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>
<listitem><para><userinput>--disable-servers</userinput>: This disables the
compilation of the various server utilities included as part of the Inetutils
package. Many of these have known security vulnerabilities, and for most there
are better replacements.</para></listitem>
</itemizedlist>
<para>Compile the package:</para>