I'm not sure how/when router_enable got set to YES, but it doesn't
seem right to me. Noticed by: jkb
This commit is contained in:
parent
d5bc6c1077
commit
448d609414
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user