summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-14 17:15:19 +0000
committerobrien <obrien@FreeBSD.org>1999-08-14 17:15:19 +0000
commitac3a4d6b97e4fdfa5ef88b63c02630ab97d7e175 (patch)
tree180032dc458b6213b03ecd07c7b8e416b974925d /etc
parent7fa44e257d29f8017088e9e3b953a2e601f63acd (diff)
downloadFreeBSD-src-ac3a4d6b97e4fdfa5ef88b63c02630ab97d7e175.zip
FreeBSD-src-ac3a4d6b97e4fdfa5ef88b63c02630ab97d7e175.tar.gz
s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid value
for turning on the feature. Which is wrong. Submitted by: bde
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 8009e17..995e77e 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.27 1999/08/14 03:42:27 obrien Exp $
+# $Id: rc.conf,v 1.28 1999/08/14 17:13:40 obrien Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -45,7 +45,7 @@ natd_program="/sbin/natd" # path to natd, if you want a different one.
natd_enable="NO" # Enable natd (if firewall_enable == YES).
natd_interface="fxp0" # Public interface or IPaddress to use.
natd_flags="" # Additional flags for natd.
-tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions.
+tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions.
log_in_vain="NO" # YES to log connects to ports w/o listeners.
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
OpenPOWER on IntegriCloud