Apparently updatedb's find "hangs" when it hits a certain filesystem.
As Matthias already wrote, find out which one it is. Assuming the
file system in question of /foo/bar or is of file system type
quuxfs, you will find two interessting configuration parameters
'findutils_prunefs' and 'findutils_prunepaths' which can be overriden in
%{l_prefix}/etc/rc.conf.
You probably want to set
findutils_prunefs="$findutils_prunefs quuxfs"
or
findutils_prunepaths="$findutils_prunepaths /foo/bar"
in your %{l_prefix}/etc/rc.conf. After that, recheck those values with
$ %{l_prefix}/etc/rc -q findutils_prunefs
or
$ %{l_prefix}/etc/rc -q findutils_prunepaths
At next updatedb run, configured paths and file systems are being
skipped.
--
christoph schug <[EMAIL PROTECTED]>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
User Communication List [email protected]