Changeset 7871
- Timestamp:
- 11/25/06 12:15:17 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/inetutils.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7870 r7871 40 40 <para>2006-11-25</para> 41 41 <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> 42 48 <listitem> 43 49 <para>[jhuntwork] - Fix potential corruption of the testsuite tools trunk/BOOK/chapter06/inetutils.xml
r7842 r7871 46 46 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \ 47 47 --sysconfdir=/etc --localstatedir=/var \ 48 --disable- logger --disable-syslogd \48 --disable-ifconfig --disable-logger --disable-syslogd \ 49 49 --disable-whois --disable-servers</userinput></screen> 50 50 51 51 <variablelist> 52 52 <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> 53 63 54 64 <varlistentry>
