summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-04-27 17:11:03 +0000
committernbm <nbm@FreeBSD.org>2000-04-27 17:11:03 +0000
commit05d8702a73f9807339a6800c569e406c3a218790 (patch)
tree714f119034f3fb236812f8bca9ab5751b74e6287 /usr.sbin/periodic
parent66fc22fbc9229da8c13aa161f0b1bac1aeb8aa8c (diff)
downloadFreeBSD-src-05d8702a73f9807339a6800c569e406c3a218790.zip
FreeBSD-src-05d8702a73f9807339a6800c569e406c3a218790.tar.gz
Update periodic to use the function source_rc_confs that
/etc/defaults/rc.conf now exports.
Diffstat (limited to 'usr.sbin/periodic')
-rw-r--r--usr.sbin/periodic/periodic.sh1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud