Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/defaults Add a default dhcpcd_chrootdir



details:   https://anonhg.NetBSD.org/src/rev/d4d9a159071b
branches:  trunk
changeset: 850344:d4d9a159071b
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Apr 02 13:02:05 2020 +0000

description:
Add a default dhcpcd_chrootdir

diffstat:

 etc/defaults/rc.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b70dc93098bc -r d4d9a159071b etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Thu Apr 02 12:58:49 2020 +0000
+++ b/etc/defaults/rc.conf      Thu Apr 02 13:02:05 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index