diff options
| author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 17:11:03 +0000 |
|---|---|---|
| committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 17:11:03 +0000 |
| commit | b61bde0916a996bd222a13f4266faf046c8df0bd (patch) | |
| tree | e87bf5c54bfd68cfad23108dab2e3adfc86d6af3 | |
| parent | 85a00bb01f08f42d56b31204c997c3fde39c68f3 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/periodic/periodic.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index ca426e5c50d0..479228b4a6f5 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 |
