--- debian/cron.daily.orig 2006-04-21 01:21:18.000000000 -0400 +++ debian/cron.daily 2006-04-21 01:21:34.000000000 -0400 @@ -1,12 +1,12 @@ #! /bin/sh -if [ -x /usr/bin/slocate ] +if [ -x /usr/bin/updatedb ] then if [ -f /etc/updatedb.conf ] then - /usr/bin/updatedb + nice /usr/bin/updatedb else - /usr/bin/updatedb -f proc + nice /usr/bin/updatedb -f proc fi - chown root.slocate /var/lib/slocate/slocate.db + chown root:locate /var/lib/slocate/slocate.db fi