From 05d8702a73f9807339a6800c569e406c3a218790 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 27 Apr 2000 17:11:03 +0000 Subject: Update periodic to use the function source_rc_confs that /etc/defaults/rc.conf now exports. --- usr.sbin/periodic/periodic.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/periodic') diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index ca426e5..479228b 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -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 -- cgit v1.1