[Bug 225262] net/dhcpcd: dhcpcd rc.d script missing $rcvar, thus stuck on
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 17 13:57:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225262
Bug ID: 225262
Summary: net/dhcpcd: dhcpcd rc.d script missing $rcvar, thus
stuck on
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: milios at ccsys.com
CC: roy at marples.name
CC: roy at marples.name
Flags: maintainer-feedback?(roy at marples.name)
PR #213018 breaks things. as of commit 453875, 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 network
port and possibly fall back to choosing an ip in the link local subnet, either
way, wiping out any static network configurations on those ports.
fixing is as simple as adding the following two lines into the rc.d/dhcpcd
script:
rcvar=dhcpcd_enable
: ${dhcpcd_enable="NO"}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list