[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2234: findutils-4.1-4



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



Reply to: