diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-05-06 04:59:36 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-05-06 04:59:36 +0000 |
commit | 8ca82d17735769f679cc72b2ff09a1da7b5b97ae (patch) | |
tree | 4a9f3f902035d2fe0aa850a6abbdcaca40e38172 | |
parent | 08e0d3cac2fd5002e71fe96e22ce3f08eb4f5f29 (diff) |
Removed inetutils patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@5174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter03/patches.xml | 7 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 10 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index afbf55b82..eac3da8c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -79,12 +79,20 @@ first a summary, then a detailed log.</para> <listitem><para>Arch: All - udev-config-2.permissions</para></listitem> <listitem><para>Arch: All - iproute2-2.6.11-050330-remove_db-1.patch</para></listitem> <listitem><para>Arch: All - sysvinit-2.85-proclen-1.patch</para></listitem> +<listitem><para>Arch: All - inetutils-1.4.2-kernel_headers-1.patch</para></listitem> </itemizedlist> </listitem> <listitem><para>Changelog Entries:</para> <itemizedlist> +<listitem><para>May 5, 2005 [jim]</para> +<itemizedlist> +<listitem><para>Removed: Arch: All - Inetutils Kernel Header patch, not needed any more.</para></listitem> +</itemizedlist> +</listitem> + +<itemizedlist> <listitem><para>April 26, 2005 [jim]</para> <itemizedlist> <listitem><para>Updated: Arch: All - Libtool to 1.5.16.</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 2c4650800..396fc5064 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -93,13 +93,6 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> -<term>Inetutils Kernel Headers Patch - 1 KB:</term> -<listitem> -<para><ulink url="&patches-root;inetutils/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para> -</listitem> -</varlistentry> - -<varlistentry> <term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term> <listitem> <para><ulink url="&patches-root;inetutils/inetutils-&inetutils-version;-no_server_man_pages-1.patch"/></para> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 06d8d9b79..199c3e913 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -28,11 +28,6 @@ Diffutils, GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Inetutils</title> -<para>Inetutils has issues with the Linux 2.6 kernel series. Fix these -issues by applying the following patch:</para> - -<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen> - <para>All programs that come with Inetutils will not be installed. However, the Inetutils build system will insist on installing all the man pages anyway. The following patch will correct this diff --git a/general.ent b/general.ent index db59fe623..d56fa7aca 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "7.0-multiarch-20050419"> +<!ENTITY version "7.0-multiarch-20050505"> <!ENTITY version-x86 "&version;-x86"> <!ENTITY version-alpha "&version;-alpha"> <!ENTITY version-ppc "&version;-PowerPC"> <!ENTITY version-raq2 "&version;-RaQ2"> -<!ENTITY releasedate "April 19, 2005"> +<!ENTITY releasedate "May 5, 2005"> <!ENTITY milestone "7.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |