On Mon, 10 Dec 2012 06:37:37 +0200, Nikos Chantziaras wrote:

> I'm affected by a bug that seems to affect only some Gentoo users. 
> dev-libs/openssl seems to install broken symlinks for some of its man 
> pages.  You can check with:

Nothing here on two boxes.

>    find /usr/share/man/ -type l ! -exec test -r {} \; -print

This is an incredibly inefficient way of testing for broken symlinks, it
takes about 100 times as long to run (over ten seconds on my netbook) than

find -L /usr/share/man/ -type l


-- 
Neil Bothwick

"Woody, I said TUCK the children in bed!" --Mia Farrow

Attachment: signature.asc
Description: PGP signature

Reply via email to