aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.firewall
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 37428808e7a2..a56cdf6e81b2 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -5,6 +5,7 @@
# Suck in the configuration variables.
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
+ source_rc_confs
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
fi