mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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:
parent
ee431a6d6c
commit
2b9f7514da
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
|
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
|
||||||
--libexecdir=/usr/sbin --disable-logger \
|
--libexecdir=/usr/sbin --disable-logger \
|
||||||
--sysconfdir=/etc --localstatedir=/var
|
--sysconfdir=/etc --localstatedir=/var \
|
||||||
|
--disable-whois --disable-servers
|
||||||
</userinput></screen></para>
|
</userinput></screen></para>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</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
|
<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option
|
||||||
tells the binaries created by the package to look in /etc for their
|
tells the binaries created by the package to look in /etc for their
|
||||||
configuration files</para></listitem>
|
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>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user