summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-24 11:31:56 +0000
committerjkh <jkh@FreeBSD.org>1997-05-24 11:31:56 +0000
commitb870e5609f27e420968d519e26c6f2a442aa9e46 (patch)
treede7b10a596a8f2bc2e5c264c5cfc907eca8eec4c /etc/rc.conf
parenta9cc482f04d44a61e1aedbfde995abf8561cef14 (diff)
downloadFreeBSD-src-b870e5609f27e420968d519e26c6f2a442aa9e46.zip
FreeBSD-src-b870e5609f27e420968d519e26c6f2a442aa9e46.tar.gz
Make firewall comment a little more explanatory.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 4d5962f..7449312 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.13 1997/05/23 09:53:24 ache Exp $
+# $Id: rc.conf,v 1.14 1997/05/24 11:29:59 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -27,7 +27,7 @@ local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
### Basic network options: ###
hostname="myname.my.domain" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
-firewall="NO" # Set to firewall type or NO for none.
+firewall="NO" # firewall type (see /etc/rc.firewall) or NO.
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