diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-23 04:42:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-23 04:42:02 +0000 |
commit | ebe8ec63f3fb8098fc121f6309933d236ffc63b6 (patch) | |
tree | 4c7ccb2f5ab2f26c352fcb34b8e68ecec3856320 /etc | |
parent | ec9ec25ab93219e47ac679e7b63ac74847f01ca7 (diff) | |
download | FreeBSD-src-ebe8ec63f3fb8098fc121f6309933d236ffc63b6.zip FreeBSD-src-ebe8ec63f3fb8098fc121f6309933d236ffc63b6.tar.gz |
I'm not sure how/when router_enable got set to YES, but it doesn't
seem right to me.
Noticed by: jkb
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 4ab8413..b3db518 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.57 1998/09/15 10:49:02 jkoshy Exp $ +# $Id: rc.conf,v 1.58 1998/09/16 05:42:38 jdp Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -102,7 +102,7 @@ nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). defaultrouter="NO" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="NO" # Set to YES if this host will be a gateway. -router_enable="YES" # Set to YES to enable a routing daemon. +router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf). |