|
@@ -35,6 +35,11 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of IPRoute2</title>
|
|
|
|
|
|
+ <para>The installation of two manual pages is broken and results in
|
|
|
+ dangling symlinks. Fix this with the following command:</para>
|
|
|
+
|
|
|
+<screen><userinput>sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen>
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput>make SBINDIR=/sbin</userinput></screen>
|