On 12/10/2012 09:50:04 AM, Neil Bothwick wrote:
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

What about
app-misc/symlinks ?

Helmut.


Reply via email to