Module Name:    src
Committed By:   roy
Date:           Thu Apr  2 13:02:05 UTC 2020

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

Log Message:
Add a default dhcpcd_chrootdir


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 src/etc/defaults/rc.conf:1.154
--- src/etc/defaults/rc.conf:1.153	Mon Feb  3 09:12:53 2020
+++ src/etc/defaults/rc.conf	Thu Apr  2 13:02:05 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: rc.conf,v 1.153 2020/02/03 09:12:53 roy Exp $
+#	$NetBSD: rc.conf,v 1.154 2020/04/02 13:02:05 roy Exp $
 #
 # /etc/defaults/rc.conf --
 #	default configuration of /etc/rc.conf
@@ -192,6 +192,7 @@ auto_ifconfig=YES				# config all avail.
 net_interfaces=""				# used only if above is NO
 flushroutes=YES					# flush routes in netstart
 dhcpcd=NO		dhcpcd_flags="-qM"	# For ifconfig_XXX=dhcp.
+dhcpcd_chrootdir="/var/chroot/dhcpcd"
 ntpdate=NO  		ntpdate_flags="-b -s"	# May need '-u' thru firewall
 ppp=YES			ppp_peers=""		# /etc/ppp/peers to call
 ip6mode=host					# host, autohost or router

Reply via email to