notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
dual-dhclient-daemon Spawns dhclients for a dual-stack network
0.1 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1Version of this port present on the latest quarterly branch.
Maintainer: cperciva@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-10-02 21:31:41
Last Update: 2021-04-07 08:09:01
Commit Hash: cf118cc
License: PD
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. sbin/dual-dhclient
  2. /usr/local/share/licenses/dual-dhclient-daemon-0.1/catalog.mk
  3. /usr/local/share/licenses/dual-dhclient-daemon-0.1/LICENSE
  4. /usr/local/share/licenses/dual-dhclient-daemon-0.1/PD
Collapse this list.
Dependency lines:
  • dual-dhclient-daemon>0:net/dual-dhclient-daemon
Conflicts:
CONFLICTS_INSTALL:
  • dual-dhclient
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/net/dual-dhclient-daemon/ && make install clean
To add the package, run one of these commands:
  • pkg install net/dual-dhclient-daemon
  • pkg install dual-dhclient-daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dual-dhclient-daemon
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
dual-dhclient-daemon
ABIlatestquarterly
FreeBSD:11:aarch64pkg-fallout0.1
FreeBSD:11:amd640.10.1
FreeBSD:11:armv6pkg-fallout0.1
FreeBSD:11:i3860.10.1
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-fallout0.1
FreeBSD:12:aarch64pkg-fallout0.1
FreeBSD:12:amd640.10.1
FreeBSD:12:armv6pkg-fallout0.1
FreeBSD:12:armv7pkg-fallout0.1
FreeBSD:12:i3860.10.1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-fallout0.1
FreeBSD:12:powerpc64pkg-fallout0.1
FreeBSD:13:aarch640.10.1
FreeBSD:13:amd640.10.1
FreeBSD:13:armv60.10.1
FreeBSD:13:armv70.10.1
FreeBSD:13:i3860.10.1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips640.10.1
FreeBSD:13:powerpc640.10.1
FreeBSD:13:riscv64pkg-fallout0.1
FreeBSD:14:aarch640.1pkg-fallout
FreeBSD:14:amd640.1pkg-fallout
FreeBSD:14:armv60.1pkg-fallout
FreeBSD:14:armv70.1pkg-fallout
FreeBSD:14:i3860.1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips640.1pkg-fallout
FreeBSD:14:powerpc640.1pkg-fallout
FreeBSD:14:riscv640.1pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. dhclient : net/isc-dhcp44-client
There are no ports dependent upon this port

Configuration Options:
Options name:
pkg-message:
For install:
WWW: https://github.com/cperciva/dual-dhclient/
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cperciva/dual-dhclient/tar.gz/0.1?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1
07 Apr 2021 08:09:01
commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.1
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
0.1
02 Oct 2019 21:31:35
Revision:513630Original commit files touched by this commit
cperciva search for other commits by this committer
Add net/dual-dhclient-daemon port.

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.

Number of commits found: 4