summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2002-01-26 09:05:13 +0000
committercjc <cjc@FreeBSD.org>2002-01-26 09:05:13 +0000
commitf07bfdc654e2880d05a53a80682f5d5057d8e6c4 (patch)
tree9288c28ff8cb9398b240a94b35479631bae7f781 /etc/defaults/rc.conf
parent4eb07053cc0d4b5b320e8db15800415665d3ba02 (diff)
downloadFreeBSD-src-f07bfdc654e2880d05a53a80682f5d5057d8e6c4.zip
FreeBSD-src-f07bfdc654e2880d05a53a80682f5d5057d8e6c4.tar.gz
Make the rc.conf(5) 'log_in_vain' knob an integer.
Try this out in -CURRENT, MFC, and then consider dropping the 'log_in_vain' knob all together. It really is something for sysctl.conf(5). PR: bin/32953 Reviewed by: -bugs discussion MFC after: 1 week
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 9d53cae..4444c5d 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -79,7 +79,7 @@ ipfs_enable="NO" # Set to YES to enable saving and restoring
ipfs_program="/sbin/ipfs" # where the ipfs program lives
ipfs_flags="" # additional flags for ipfs
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
-log_in_vain="NO" # YES to log connects to ports w/o listeners.
+log_in_vain="0" # >=1 to log connects to ports w/o listeners.
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
# For the following two options, you need to have TCP_DROP_SYNFIN and
# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details.
OpenPOWER on IntegriCloud