Changeset 8144

Show
Ignore:
Timestamp:
05/27/07 08:56:52 (1 year ago)
Author:
dnicholson
Message:

Fix iproute2 broken manpage installation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter06/iproute2.xml

    r8125 r8144  
    3636    <title>Installation of IPRoute2</title> 
    3737 
     38    <para>The installation of two manual pages is broken and results in 
     39    dangling symlinks. Fix this with the following command:</para> 
     40 
     41<screen><userinput>sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen> 
     42 
    3843    <para>Compile the package:</para> 
    3944