cvs commit: src/gnu/usr.bin/cc34/cc_prep/config dragonfly-spec.h src/gnu/usr.bin/cc41/cc_prep/config dragonfly-spec.h

Hasso Tepper hasso at estpak.ee
Thu Apr 19 23:33:39 PDT 2007


Simon Schubert wrote:
>   find /usr/pkg/bin /usr/pkg/sbin /usr/pkg/lib /usr/pkg/libexec -type f \
>     -exec sh -c '\
>       objdump -p $0 2>/dev/null | grep -q "NEEDED.*libc_r\.so" || exit 0; \
>       pkg_info -F -e $0' {} \; | sort | uniq

It's probably better to do find just over the /usr/pkg. Some packages
create their own directories under /usr/pkg (qt3 for example).


-- 
Hasso Tepper






More information about the Commits mailing list