diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:36:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:36:04 +0000 |
commit | 4ec50c846108cc83df4a5feac8baeb0f411dedcc (patch) | |
tree | c6840955f58866f043b208928c090467c3ae9719 /chapter06 | |
parent | 99f99e54a84c93b8045626606be0ec6bb84066f6 (diff) |
Upgrade to IPRoute2-2.6.23. Fixes #2091.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 872d8c38c..692e9943b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,11 +41,6 @@ <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 remap="pre">sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make SBINDIR=/sbin</userinput></screen> |