From: Michael Tremer Date: Sun, 24 Aug 2014 13:22:04 +0000 (+0200) Subject: findutils: Cannot use exec here or the lockfile won't be removed X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d79fbce44e9baa9dceda2ad08bf91c16e04024d2;p=people%2Fdweismueller%2Fipfire-2.x.git findutils: Cannot use exec here or the lockfile won't be removed --- diff --git a/config/findutils/updatedb b/config/findutils/updatedb index bc4809f91..6cc188672 100644 --- a/config/findutils/updatedb +++ b/config/findutils/updatedb @@ -13,4 +13,4 @@ else touch "$LOCKFILE" fi -exec /usr/bin/updatedb +/usr/bin/updatedb