5 kx #!/bin/sh
5 kx
5 kx # man-db daily cronjob, part of the man-db package:
5 kx
5 kx # Unset $MANPATH so that mandb will get it from man_db.conf rather than
5 kx # the environment:
5 kx unset MANPATH
5 kx
5 kx # Make sure the man-db cache directory exists:
5 kx mkdir -p /var/cache/man
5 kx
5 kx # Regenerate the index databases caches used by man-db.
5 kx # These increase perfomance and provide features such as whatis and apropos.
5 kx ionice -c3 nice -n 19 /usr/bin/mandb --no-purge --quiet