daily: makewhatis -f
. use a little less memory and the processor will be freer during start-up.
This commit is contained in:
parent
c595699ca7
commit
be81e4ec74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue