aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-01-30 12:51:22 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-01-30 12:51:22 +0000
commitd72e04ae7c868b734e3ad39982b169c71444f541 (patch)
tree8009bd8eb42c8b44e5c78decfd41c579e74a2c3b /chapter06/iproute2.xml
parentbce08efc719e0824225490272cefa848a2313b24 (diff)
Added <literal> tags.
Added NEW comments to commands that differs from testing. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 38d4ea099..1d1a48fef 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -31,6 +31,7 @@
<screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
+ <!--NEW-->
<para>The patch below fixes the issue with the newer versions of findutils,
the issue will give an error message it options are not in the proper order.
This patch corrects this issue for IPRoute2.</para>
@@ -46,7 +47,8 @@
<screen><userinput>make SBINDIR=/sbin</userinput></screen>
<para>Now install it:</para>
-
+
+ <!--NEW-->
<screen><userinput>make install SBINDIR=/sbin</userinput></screen>
</sect2>