Update periodic to use the function source_rc_confs that

/etc/defaults/rc.conf now exports.
This commit is contained in:
Neil Blakey-Milner 2000-04-27 17:11:03 +00:00
parent 85a00bb01f
commit b61bde0916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59701

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