From: pikpik Date: Thu, 27 Sep 2012 21:12:14 +0000 (+0200) Subject: daily: makewhatis -f X-Git-Tag: v3.2.1~299 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=be81e4ec748e35e96537c90feb0578aac4002a03;p=minix.git daily: makewhatis -f . use a little less memory and the processor will be freer during start-up. --- 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