Date: Tue, 09 Jan 2018 02:00:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213018] net/dhcpcd: dhcpcd rc.d script should not provide nostart keyword Message-ID: <bug-213018-13-RdJPR2kv5x@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213018-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213018-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213018 milios@ccsys.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |milios@ccsys.com --- Comment #3 from milios@ccsys.com --- this breaks things. as of the above commit, dhcpcd, if simply installed and left unconfigured (read: not even enabled in rc.conf[.et al]) it will nonetheless start at boot time, call out to DHCP servers on every hot netwo= rk port and possibly fall back to choosing an ip in the link local subnet, eit= her way, wiping out any static network configurations on those ports. to fix, you need to add the following two lines into the rc.d/dhcpcd script= [at the appropriate places] rcvar=3Ddhcpcd_enable : ${dhcpcd_enable=3D"NO"} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213018-13-RdJPR2kv5x>