#!/bin/sh # update the index for the manual # we defer this until the next reboot cat >> ${BASE}/etc/rcS.d/S99atboot <<-'EOT' echo "Updating manual indices. Please wait." if cut -f3 /etc/vfstab | grep /usr/local >/dev/null then mount /usr/local fi /usr/bin/catman -w -M/usr/share/man:/usr/local/man EOT