#!/bin/sh
#
# /etc/cron/daily/makewhatis: update the whatis database
#

/usr/sbin/makewhatis -w

# End of file