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

/usr/sbin/makewhatis -w

# EOF
