findutils: fix the cron job, -f proc is not correct.
--HG-- extra : convert_revision : 475dc84aeee82fb5cd414025d16c3d7451e3b8bf
This commit is contained in:
parent
c34787dd16
commit
9f081fbbb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue