diff options
author | jhb <jhb@FreeBSD.org> | 2000-08-17 06:04:13 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-08-17 06:04:13 +0000 |
commit | 9c5a24968b2b9907d13a56681853ed62a4d07a52 (patch) | |
tree | 9c04dc5b0f7ac9eaea6de6143dda428a09c101c0 /etc | |
parent | 251df65ed0ab54dd99220af7e485a491e73a5cdb (diff) | |
download | FreeBSD-src-9c5a24968b2b9907d13a56681853ed62a4d07a52.zip FreeBSD-src-9c5a24968b2b9907d13a56681853ed62a4d07a52.tar.gz |
Mention that basic network options now include firewall/security options as
well.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 43f9d20..a1b0ecc 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -36,7 +36,7 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local" ### Network configuration sub-section ###################### ############################################################## -### Basic network options: ### +### Basic network and firewall/security options: ### hostname="" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). dhcp_program="/sbin/dhclient" # Path to dhcp client program. |