Update periodic to use the function source_rc_confs that

/etc/defaults/rc.conf now exports.
This commit is contained in:
nbm 2000-04-27 17:11:03 +00:00
parent 66fc22fbc9
commit 05d8702a73

View File

@ -22,6 +22,7 @@ fi
# to see if there are additional dirs to check
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
source_rc_confs
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
fi