# to see if there are additional dirs to check
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
elif [ -r /etc/rc.conf ]; then
fi
if [ -r /etc/rc.conf ]; then
. /etc/rc.conf