summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-04-10 10:56:58 +0000
committerdes <des@FreeBSD.org>1999-04-10 10:56:58 +0000
commit0a96c9181ded745c4371a9b88030dc943e4c0b2b (patch)
treedc58cbf0c7700843d1a64fd565b8b1cd440bf069 /etc/defaults
parent4ea2c51252058b5f9a0a3caaed88e110a970de9d (diff)
downloadFreeBSD-src-0a96c9181ded745c4371a9b88030dc943e4c0b2b.zip
FreeBSD-src-0a96c9181ded745c4371a9b88030dc943e4c0b2b.tar.gz
Allow the user to specify a different firewall script than /etc/rc.firewall.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 32c33b7..285fa6a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.6 1999/03/28 20:36:03 imp Exp $
+# $Id: rc.conf,v 1.7 1999/04/02 07:15:44 grog Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -32,6 +32,7 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
hostname="myname.my.domain" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
firewall_enable="NO" # Set to YES to enable firewall functionality
+firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO" # Set to YES to suppress rule display
natd_program="/sbin/natd" # path to natd, if you want a different one.
OpenPOWER on IntegriCloud