diff options
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. |