aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-09-18 22:43:48 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-09-18 22:43:48 +0000
commit24e24b073778562c7897d4b2e66702a625fec848 (patch)
treeea072d4528c97ffb72c320883329d4b3f7ceedfa /etc/rc.firewall
parent16c9de07f619707d4747fe1a39cc67142f44af10 (diff)
downloadsrc-24e24b073778562c7897d4b2e66702a625fec848.tar.gz
src-24e24b073778562c7897d4b2e66702a625fec848.zip
Fix some problems in the rules file loading and need for modload detection.
Found by: "James E. Housley" <housley@pr-comm.com>
Notes
Notes: svn path=/head/; revision=29590
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 5bfaedc69e93..eeedc3954922 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,6 +1,6 @@
############
# Setup system for firewall service.
-# $Id: rc.firewall,v 1.12 1997/05/05 07:08:31 jkh Exp $
+# $Id: rc.firewall,v 1.13 1997/09/11 10:59:00 danny Exp $
############
# Define the firewall type in /etc/rc.conf. Valid values are:
@@ -171,5 +171,5 @@ elif [ "${firewall_type}" = "simple" ]; then
# Everything else is denied as default.
elif [ "${firewall_type}" != "NONE" -a -r "${firewall_type}" ]; then
- $fwcmd ${firewall}
+ $fwcmd ${firewall_type}
fi