From be81e4ec748e35e96537c90feb0578aac4002a03 Mon Sep 17 00:00:00 2001 From: pikpik Date: Thu, 27 Sep 2012 23:12:14 +0200 Subject: [PATCH] daily: makewhatis -f . use a little less memory and the processor will be freer during start-up. --- etc/usr/daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/usr/daily b/etc/usr/daily index b6b1eb157..8a6c5c604 100755 --- a/etc/usr/daily +++ b/etc/usr/daily @@ -69,7 +69,7 @@ do done # Update manpage index but don't warn about nonexistant dirs -/usr/libexec/makewhatis 2>/dev/null +/usr/libexec/makewhatis -f 2>/dev/null # Continue with a local script if present. test -f /usr/local/etc/daily && sh /usr/local/etc/daily $caller -- 2.44.0