findutils: fix the cron job, -f proc is not correct.

--HG--
extra : convert_revision : 475dc84aeee82fb5cd414025d16c3d7451e3b8bf
This commit is contained in:
Juan RP 2009-03-29 07:20:12 +02:00
parent c34787dd16
commit 9f081fbbb8

View File

@ -2,9 +2,5 @@
# Update the "locate" database
if [ -x /usr/bin/updatedb ]; then
if [ -f /etc/updatedb.conf ]; then
/usr/bin/updatedb
else
/usr/bin/updatedb -f proc
fi
fi