mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7f351d8fcd
This serves the same purpose as net/dual-dhclient, but does it better: While net/dual-dhclient is a trivial shell script which launches two dhclients, this is a daemon which (a) can be signalled by /etc/rc.d/dhclient stop, and (b) relays that signal to the two "child" dhclient daemons. This is deliberately not replacing the net/dual-dhclient port since in the unlikely event that something is broken I don't want to see pkg automatically upgrading people; but EC2 AMIs will be making use of this new port and I intend to remove the old dual-dhclient port at some point.
4 lines
190 B
Plaintext
4 lines
190 B
Plaintext
This port provides a daemon which spawns both /sbin/dhclient and
|
|
/usr/local/sbin/dhclient -6; this simplifies the configuration needed to
|
|
run DHCP on both protocols of a dual-stack network.
|