summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-09-11 10:59:02 +0000
committerdanny <danny@FreeBSD.org>1997-09-11 10:59:02 +0000
commit347e2e3c367cf81b878169973f92ca840bdc2f79 (patch)
treed4778f03cfb9ffe99f176497f48c54a1dddcdbe9 /etc/rc.conf
parent03e311c03496f6d71419c283ba3b3b5106a68144 (diff)
downloadFreeBSD-src-347e2e3c367cf81b878169973f92ca840bdc2f79.zip
FreeBSD-src-347e2e3c367cf81b878169973f92ca840bdc2f79.tar.gz
Reviewed by: msmith, alex
Cosmetic changes to the loading of firewall rules and lkm.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index ffd02d4..9925a71 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.24 1997/08/17 10:04:52 jkh Exp $
+# $Id: rc.conf,v 1.25 1997/08/19 16:49:30 pst Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -28,7 +28,9 @@ local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic scri
### Basic network options: ###
hostname="myname.my.domain" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
-firewall="NO" # firewall type (see /etc/rc.firewall) or NO.
+firewall_enable="NO" # Set to YES to enable firewall functionality
+firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
+firewall_quiet="NO" # Set to YES to suppress rule display
tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
OpenPOWER on IntegriCloud