aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 17:34:12 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 17:34:12 +0000
commita52ecd02674d8e6da058a0e88fbffb7be2623623 (patch)
tree13d01a89803dd8ec06f553ae20bc96f659d978ff /chapter06/iproute2.xml
parentb845c5f4353af2a3c52525f5dd2cd9cb99ebeb40 (diff)
Ported r4885 and r4888 from trunk: Replaced IPRuote2 patch by a sed command
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index dc7e5f7fc..cffc4ef83 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -34,13 +34,13 @@
<para>The <command>arpd</command> binary included in this package is
dependent on Berkeley DB. Because <command>arpd</command> 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 <command>sed</command> command below. If
the <command>arpd</command> binary is needed, instructions for
compiling Berkeley DB can be found in the BLFS Book at <ulink
url="&blfs-root;view/svn/content/databases.html#db"/>.
</para>
- <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
+ <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
<para>Prepare IPRoute2 for compilation:</para>
<screen><userinput>./configure </userinput></screen>