diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 140549414..52bc4e59b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -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> |