diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 35d07b8db..8b868df65 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,10 +53,10 @@ <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 one module that + <para>It is also necessary to disable building two modules that requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para> -<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen> <para>Compile the package:</para> |