summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-07-09 11:19:01 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-07-09 11:19:01 +0000
commit37c066a7ad337b86b969269c3392c9942dd7c22e (patch)
tree35796b01a50d45fff11d7de8ee1a0e97f05dbc75 /etc/defaults
parent476eeebd858f14e2bfa6e1e625e02f5c3a7ea2b7 (diff)
downloadFreeBSD-src-37c066a7ad337b86b969269c3392c9942dd7c22e.zip
FreeBSD-src-37c066a7ad337b86b969269c3392c9942dd7c22e.tar.gz
Allow internal and external wrapping to be enabled independantly of
each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
Diffstat (limited to 'etc/defaults')
-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 17e2efe..ef0ed88 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.16 1999/07/07 12:49:47 peter Exp $
+# $Id: rc.conf,v 1.17 1999/07/08 18:56:04 peter Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -58,7 +58,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="-w -w" # Optional flags to inetd
+inetd_flags="-wW" # Optional flags to inetd
#
# named. It may be possible to run named in a sandbox, man security for
# details.
OpenPOWER on IntegriCloud