Package: findutils
Version: 4.1-4
The script /etc/cron.daily/find has a bug if the homedirectory of root is
inaccessible:
shell-init: could not get current directory: getwd: cannot access parent
directories
su nobody -c updatedb 2>/dev/null
must be:
su nobody -c "(cd /tmp; updatedb)" 2>/dev/null
^^^^^^^
Regards
Soenke