diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-06-27 18:05:34 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-06-27 18:05:34 +0000 |
commit | 31aade9ad12eccc1744d769c7477e81f3a9fcf8c (patch) | |
tree | 89721a778510d42e88eca9f91ed04128285c4f23 /etc | |
parent | 32a079dfa9ef6333b7da250e2ccc897157881ed7 (diff) | |
download | FreeBSD-src-31aade9ad12eccc1744d769c7477e81f3a9fcf8c.zip FreeBSD-src-31aade9ad12eccc1744d769c7477e81f3a9fcf8c.tar.gz |
Add command-line option (-w), specified once to enable wrapping and
twice to enable wrapping for internal wrapping as well. If the option is
not specified wrapping is turned off so that inetd will behave exactly
as it used to before TCP Wrappers was imported.
Change etc/defaults/rc.conf so as to encourage wrapping on new systems.
Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the
manual page.
Approved by: jkh
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index a81058e..7b22915 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.9 1999/05/16 09:19:44 phk Exp $ +# $Id: rc.conf,v 1.10 1999/06/05 05:45:57 phk Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -56,7 +56,7 @@ sppp_interfaces="" # List of sppp interfaces. syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_enable="YES" # Run the network daemon dispatcher (or NO). -inetd_flags="" # Optional flags to inetd. +inetd_flags="-w -w" # Optional flags to inetd # # named. It may be possible to run named in a sandbox, man security for # details. |