if [ ! -f /etc/man.conf ]
then
    /usr/bin/mkdir -p /etc
    /usr/bin/cp /etc/defaults/etc/man.conf /etc/man.conf
fi

