Changeset 7871

Show
Ignore:
Timestamp:
11/25/06 12:15:17 (1 year ago)
Author:
matthew
Message:

Prevent inetutils from installing ifconfig as LFS uses ip to configure network interfaces. Fixes #1914.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7870 r7871  
    4040      <para>2006-11-25</para> 
    4141      <itemizedlist> 
     42        <listitem> 
     43          <para>[matthew] - Prevent Inetutils from building and installing 
     44          <command>ifconfig</command> as LFS uses <command>ip</command> to 
     45          configure network interfaces. Thanks to Marty Jack for the report and 
     46          the fix. Fixes <ulink url="&lfs-ticket-root;1914">#1914</ulink></para> 
     47        </listitem> 
    4248        <listitem> 
    4349          <para>[jhuntwork] - Fix potential corruption of the testsuite tools 
  • trunk/BOOK/chapter06/inetutils.xml

    r7842 r7871  
    4646<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \ 
    4747    --sysconfdir=/etc --localstatedir=/var \ 
    48     --disable-logger --disable-syslogd \ 
     48    --disable-ifconfig --disable-logger --disable-syslogd \ 
    4949    --disable-whois --disable-servers</userinput></screen> 
    5050 
    5151    <variablelist> 
    5252      <title>The meaning of the configure options:</title> 
     53 
     54      <varlistentry> 
     55        <term><parameter>--disable-ifconfig</parameter></term> 
     56        <listitem> 
     57          <para>This option prevents Inetutils from installing the 
     58          <command>ifconfig</command>, which can be used to configure network 
     59          interfaces. LFS uses <command>ip</command> from IPRoute2 to perform 
     60          this task.</para> 
     61        </listitem> 
     62      </varlistentry> 
    5363 
    5464      <varlistentry>