summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-03-28 20:36:03 +0000
committerimp <imp@FreeBSD.org>1999-03-28 20:36:03 +0000
commitcef8c0135112d4b52b152f3def9224e88229fc89 (patch)
treedb1515fdecfc2debfc204bb0a982a1afbd792de8 /etc/defaults
parentcc8db63d86528268737ccaa24c4b89612ae33c9b (diff)
downloadFreeBSD-src-cef8c0135112d4b52b152f3def9224e88229fc89.zip
FreeBSD-src-cef8c0135112d4b52b152f3def9224e88229fc89.tar.gz
Add two features:
log_in_vain: log_in_vain turns on logging for packets to ports for which there is no listener. rc.sysctl: A generic way to set sysctl values. It reads /etc/syslog.conf and sets values based on that. No /etc/syslog.conf has been checked in yet, and I've not added this to the makefile yet until I get more feedback. Reviewed by: -current, -hackers and bde especially
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 464bc14..3fa606d 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.4 1999/03/17 04:00:04 billf Exp $
+# $Id: rc.conf,v 1.5 1999/03/24 10:27:46 brian Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -39,6 +39,7 @@ 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" # Disallow RFC1323 extensions (or YES).
+log_in_vain="NO" # Disallow bad connection logging (or YES).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
OpenPOWER on IntegriCloud