Update periodic to use the function source_rc_confs that
/etc/defaults/rc.conf now exports.
This commit is contained in:
parent
66fc22fbc9
commit
05d8702a73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user