On 5/23/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 5/23/07, taipan67 <[EMAIL PROTECTED]> wrote: > > The IPRoute2-2.6.20-070313 tarball contains :- man/man8/tc-bfifo.8 & > > man/man8/tc-pfifo.8, the latter being a symlink to the former. > > > > Makefile installs both, then overwrites them with symlinks to > > tc-pbfifo.8, which doesn't exist. > > > > My solution is to :- > > > > rm man/man8/tc-pfifo.8 && mv man/man8/tc-bfifo.8 man/man8/tc-pbfifo.8 > > > > ...prior to 'make SBINDIR=/sbin install' (this should probably be done > > upstream as a permanent fix, if it hasn't already). > > Thanks for the report. I noticed this a couple months ago, but haven't > gotten into the book yet. > > http://linuxfromscratch.org/pipermail/lfs-dev/2007-March/059166.html
I committed something now. I don't know if it's perfect due to all the names (bfifo, pfifo, pbfifo) and what's in the manpage header. It'll should work, though. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
