From 9f081fbbb8482f7b7eb2eeda43aa88d6636c3f6c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2009 07:20:12 +0200 Subject: [PATCH] findutils: fix the cron job, -f proc is not correct. --HG-- extra : convert_revision : 475dc84aeee82fb5cd414025d16c3d7451e3b8bf --- templates/findutils/files/updatedb.cron-daily | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/findutils/files/updatedb.cron-daily b/templates/findutils/files/updatedb.cron-daily index b457cf8110..c581ac7f9d 100755 --- a/templates/findutils/files/updatedb.cron-daily +++ b/templates/findutils/files/updatedb.cron-daily @@ -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