summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1998-02-10 01:45:57 +0000
committeradam <adam@FreeBSD.org>1998-02-10 01:45:57 +0000
commit436bc98091391b95c29f7fe009a5728ca2e04507 (patch)
tree56c729d807ae3c89cc2be2a80101040157778106 /etc/rc.firewall
parent0cf9d3f89c735a4e93b399d1c70af4405445e946 (diff)
downloadFreeBSD-src-436bc98091391b95c29f7fe009a5728ca2e04507.zip
FreeBSD-src-436bc98091391b95c29f7fe009a5728ca2e04507.tar.gz
get default firewall type from rc.conf
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index aa7a248..f834e47 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,6 +1,10 @@
############
# Setup system for firewall service.
-# $Id: rc.firewall,v 1.14 1997/09/18 22:43:42 danny Exp $
+# $Id: rc.firewall,v 1.15 1997/10/21 00:54:08 danny Exp $
+
+if [ -f /etc/rc.conf ]; then
+ . /etc/rc.conf
+fi
############
# Define the firewall type in /etc/rc.conf. Valid values are:
OpenPOWER on IntegriCloud