From 401da4c65edf45e3c43119d9e48516e3fb75d80f Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Wed, 6 Apr 2005 23:29:35 +0000 Subject: [PATCH] Removed IPRoute2 patch, replaced with sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter03/patches.xml | 7 ------- chapter06/iproute2.xml | 4 ++-- general.ent | 1 - 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0d5d47e9b..16fd983bf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -73,6 +73,7 @@ first a summary, then a detailed log. Removed: bash-3.0-display_wrap-1.patch +iproute2-2.6.11-050330-remove_db-1.patch man-1.5o1-80cols-1.patch sysklogd-1.4.1-kernel_headers-1.patch sysvinit-2.85-proclen-1.patch @@ -82,6 +83,8 @@ first a summary, then a detailed log. +April 6, 2005 [jim]: Removed Iproute2 patch for a sed (Ryan Oliver). + April 6, 2005 [matt]: Move e2fsprogs sed command to before entering the build directory (Steffen R. Knollmann). diff --git a/chapter03/patches.xml b/chapter03/patches.xml index ddd4ae3d3..a4f22142b 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -92,13 +92,6 @@ needed to build an LFS system: - -IPRoute2 Disable DB Patch - 1 KB: - - - - - Mktemp Tempfile Patch - 3 KB: diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index dc7e5f7fc..aa5c03e70 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -34,13 +34,13 @@ The arpd binary included in this package is dependent on Berkeley DB. Because arpd is not a very common requirement on a base Linux system, remove the dependency on - Berkeley DB by applying the patch using the command below. If + Berkeley DB by applying the sed command below. If the arpd binary is needed, instructions for compiling Berkeley DB can be found in the BLFS Book at . - patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch + sed -i '/^TARGETS/s@arpd@@g' misc/Makefile Prepare IPRoute2 for compilation: ./configure diff --git a/general.ent b/general.ent index b00951065..de1bdeee7 100644 --- a/general.ent +++ b/general.ent @@ -46,7 +46,6 @@ -