Frank Middleton wrote: > # ls -ld /usr/lib/32/cacao/ext/webserver/ > drwxr-xr-x 3 root sys 4 Oct 4 2009 /usr/lib/32/cacao/ext/webserver/ > # ls -ld /usr/lib/32/installadm/webserver > -rwxr-xr-x 1 root bin 14559 Dec 12 13:29 /usr/lib/32/installadm/webserver > # find /usr/lib/32 -name webserver > # find -L /usr/lib/32 -name webserver > /usr/lib/32/cacao/ext/webserver > find: Symbolic link `/usr/lib/32/libp/32' is part of a loop in the directory > hierarchy; we have already visited the directory to which it points. > find: Symbolic link `/usr/lib/32/secure/32' is part of a loop in the > directory hierarchy; we have already visited the directory to which it points. > find: Symbolic link `/usr/lib/32/elfedit/32' is part of a loop in the > directory hierarchy; we have already visited the directory to which it points. > find: Symbolic link `/usr/lib/32/tcl8.4/sqlite3/32' is part of a loop in the > directory hierarchy; we have already visited the directory to which it points. > ^C > # > > note it doesn't seem to find installadm/webserver
That sounds like a bug in find. I don't see one filed, but there are a couple of related ones in du, as well as 5078524, which is probably the one that introduced this behavior. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
