diff options
Diffstat (limited to 'chapter08/iproute2.xml')
-rw-r--r-- | chapter08/iproute2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index 9d6a0c264..e1b2d189e 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -43,8 +43,8 @@ <para>The <command>arpd</command> program included in this package will not be built since it is dependent on Berkeley DB, which is not installed in - LFS. However, a directory for <command>arpd</command> and a man page will still - be installed. Prevent this by running the commands below. + LFS. However, a directory for <command>arpd</command> and a man page will still + be installed. Prevent this by running the commands 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-book;server/db.html"/>. @@ -53,7 +53,7 @@ <screen><userinput remap="pre">sed -i /ARPD/d Makefile rm -fv man/man8/arpd.8</userinput></screen> - <para>It is also necessary to disable building two modules that + <para>It is also necessary to disable building two modules that require <ulink url="&blfs-book;postlfs/iptables.html"/>.</para> <screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen> |