diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a8b3b2054..e4f9f1bc8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,7 +44,8 @@ First a summary, then a detailed log. October 23, 2005 [manuel]: Added Bash documentation installation. Added notes about libiconv and Cracklib. Fixed the installation -of Sed documentation. +of Sed documentation. Replaced a patch for IPRoute2 by a sed +command. October 19, 2005 [manuel]: Updated the acknowledgements to current trunk version. Ported some redaction changes in preface and chapter01 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 2cbc489d1..94fab5d04 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -133,13 +133,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 51a4b2528..c1312d10f 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-remove_db-patch; + sed -i '/^TARGETS/s@arpd@@g' misc/Makefile Prepare IPRoute2 for compilation: ./configure diff --git a/patches.ent b/patches.ent index 24c93d60e..0c8874280 100644 --- a/patches.ent +++ b/patches.ent @@ -28,8 +28,6 @@ - -