Sat Sep 13 11:07:08 2014 UTC ()
rtsol has gone.


(roy)
diff -r1.125 -r1.126 src/etc/defaults/rc.conf

cvs diff -r1.125 -r1.126 src/etc/defaults/rc.conf (expand / switch to unified diff)

--- src/etc/defaults/rc.conf 2014/09/13 11:06:42 1.125
+++ src/etc/defaults/rc.conf 2014/09/13 11:07:08 1.126
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rc.conf,v 1.125 2014/09/13 11:06:42 roy Exp $ 1# $NetBSD: rc.conf,v 1.126 2014/09/13 11:07:08 roy Exp $
2# 2#
3# /etc/defaults/rc.conf -- 3# /etc/defaults/rc.conf --
4# default configuration of /etc/rc.conf 4# default configuration of /etc/rc.conf
5# 5#
6# see rc.conf(5) for more information. 6# see rc.conf(5) for more information.
7# 7#
8# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE. 8# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
9# EDIT /etc/rc.conf INSTEAD. 9# EDIT /etc/rc.conf INSTEAD.
10# 10#
11 11
12# 12#
13# Use program=YES to enable program, NO to disable it. program_flags are 13# Use program=YES to enable program, NO to disable it. program_flags are
14# passed to the program on the command line. 14# passed to the program on the command line.
@@ -172,27 +172,26 @@ pflogd=NO @@ -172,27 +172,26 @@ pflogd=NO
172ftp_proxy=NO 172ftp_proxy=NO
173racoon=NO # IKE daemon 173racoon=NO # IKE daemon
174auto_ifconfig=YES # config all avail. interfaces 174auto_ifconfig=YES # config all avail. interfaces
175net_interfaces="" # used only if above is NO 175net_interfaces="" # used only if above is NO
176flushroutes=YES # flush routes in netstart 176flushroutes=YES # flush routes in netstart
177dhcpcd=NO 177dhcpcd=NO
178 dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp. 178 dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp.
179dhclient=NO # behave as a DHCP client 179dhclient=NO # behave as a DHCP client
180 dhclient_flags="" # blank: config all interfaces 180 dhclient_flags="" # blank: config all interfaces
181ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall 181ntpdate=NO ntpdate_flags="-b -s" # May need '-u' thru firewall
182ppp=YES ppp_peers="" # /etc/ppp/peers to call 182ppp=YES ppp_peers="" # /etc/ppp/peers to call
183ip6mode=host # host, autohost or router 183ip6mode=host # host, autohost or router
184ip6uniquelocal=NO # IPv6 unique-local forwarding 184ip6uniquelocal=NO # IPv6 unique-local forwarding
185rtsol=NO rtsol_flags="-a" # for ip6mode=autohost only 
186 185
187# Special treatment for interfaces that need to be downed on 186# Special treatment for interfaces that need to be downed on
188# shutdown (because they might cause unnecessary costs or block resources 187# shutdown (because they might cause unnecessary costs or block resources
189# on the peer). All pppoe* interfaces are automatically included in this 188# on the peer). All pppoe* interfaces are automatically included in this
190# list, add others here manually. 189# list, add others here manually.
191#force_down_interfaces="" 190#force_down_interfaces=""
192 191
193ifwatchd=NO # execute up/down scripts for in-kernel PPPoE interfaces 192ifwatchd=NO # execute up/down scripts for in-kernel PPPoE interfaces
194 ifwatchd_flags="-u /etc/ppp/ip-up -d /etc/ppp/ip-down pppoe0" 193 ifwatchd_flags="-u /etc/ppp/ip-up -d /etc/ppp/ip-down pppoe0"
195 194
196# ALTQ configuration/monitoring daemon 195# ALTQ configuration/monitoring daemon
197altqd=NO altqd_flags="" 196altqd=NO altqd_flags=""
198 197