Module Name:    src
Committed By:   dholland
Date:           Sat Sep 19 19:47:48 UTC 2009

Modified Files:
        src/etc/defaults: rc.conf

Log Message:
Make rtsold_flags default to -a as per PR 39657.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.106 src/etc/defaults/rc.conf:1.107
--- src/etc/defaults/rc.conf:1.106	Mon Sep 14 12:05:12 2009
+++ src/etc/defaults/rc.conf	Sat Sep 19 19:47:48 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: rc.conf,v 1.106 2009/09/14 12:05:12 apb Exp $
+#	$NetBSD: rc.conf,v 1.107 2009/09/19 19:47:48 dholland Exp $
 #
 # /etc/defaults/rc.conf --
 #	default configuration of /etc/rc.conf
@@ -251,7 +251,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