|
@@ -45,12 +45,22 @@
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
|
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
- --disable-logger --disable-syslogd \
|
|
|
|
|
|
+ --disable-ifconfig --disable-logger --disable-syslogd \
|
|
--disable-whois --disable-servers</userinput></screen>
|
|
--disable-whois --disable-servers</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
<variablelist>
|
|
<title>The meaning of the configure options:</title>
|
|
<title>The meaning of the configure options:</title>
|
|
|
|
|
|
|
|
+ <varlistentry>
|
|
|
|
+ <term><parameter>--disable-ifconfig</parameter></term>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>This option prevents Inetutils from installing the
|
|
|
|
+ <command>ifconfig</command>, which can be used to configure network
|
|
|
|
+ interfaces. LFS uses <command>ip</command> from IPRoute2 to perform
|
|
|
|
+ this task.</para>
|
|
|
|
+ </listitem>
|
|
|
|
+ </varlistentry>
|
|
|
|
+
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>--disable-logger</parameter></term>
|
|
<term><parameter>--disable-logger</parameter></term>
|
|
<listitem>
|
|
<listitem>
|