Module Name:    src
Committed By:   snj
Date:           Fri Dec 18 06:09:56 UTC 2009

Modified Files:
        src/etc/defaults [netbsd-5]: rc.conf

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1195):
        etc/defaults/rc.conf: revision 1.107
Make rtsold_flags default to -a as per PR 39657.


To generate a diff of this commit:
cvs rdiff -u -r1.95.2.4 -r1.95.2.5 src/etc/defaults/rc.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.95.2.4 src/etc/defaults/rc.conf:1.95.2.5
--- src/etc/defaults/rc.conf:1.95.2.4	Sun May 10 21:32:57 2009
+++ src/etc/defaults/rc.conf	Fri Dec 18 06:09:56 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: rc.conf,v 1.95.2.4 2009/05/10 21:32:57 snj Exp $
+#	$NetBSD: rc.conf,v 1.95.2.5 2009/12/18 06:09:56 snj Exp $
 #
 # /etc/defaults/rc.conf --
 #	default configuration of /etc/rc.conf
@@ -233,7 +233,7 @@
 gated=NO
 mrouted=NO		mrouted_flags=""
 route6d=NO		route6d_flags=""
-rtsold=NO		rtsold_flags=""		# for ip6mode=autohost only
+rtsold=NO		rtsold_flags="-a"	# for ip6mode=autohost only
 
 # Daemons used to boot other hosts over a network.
 #

Reply via email to