From 4b26fe26ee53db727c0ffa1815f1c63427f27301 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 24 May 1997 11:31:56 +0000 Subject: [PATCH] Make firewall comment a little more explanatory. --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index 4d5962f1a147..7449312dded5 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.