diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 19:15:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-11-25 19:15:17 +0000 |
commit | 6aeced45afc52af3b7e0c81bd70797a7c58ab6e0 (patch) | |
tree | 3c8c093e48df149d837d3d7d673d2c862e2aaeda /chapter01 | |
parent | 9d4c6dc1ed83a0fc87fe9a1caa153969971e988e (diff) |
Prevent inetutils from installing ifconfig as LFS uses ip to configure network interfaces. Fixes #1914.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c1e156bd7..5d8e25279 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ <listitem> <para>2006-11-25</para> <itemizedlist> + <listitem> + <para>[matthew] - Prevent Inetutils from building and installing + <command>ifconfig</command> as LFS uses <command>ip</command> to + configure network interfaces. Thanks to Marty Jack for the report and + the fix. Fixes <ulink url="&lfs-ticket-root;1914">#1914</ulink></para> + </listitem> <listitem> <para>[jhuntwork] - Fix potential corruption of the testsuite tools by forcing expect to always use /bin/stty and not /usr/local/bin/stty. |