mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
26d33044dd
Users should switch to the net/dual-dhclient-daemon port, which I added in October 2019; it serves the same purpose of launching two dhclient daemons, but has the advantage of also relaying signals (necessary for e.g. making "restart" work).
27 lines
518 B
Makefile
27 lines
518 B
Makefile
PORTNAME= dual-dhclient
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= cperciva@FreeBSD.org
|
|
COMMENT= Spawns dhclients for a dual-stack network
|
|
|
|
LICENSE= PD
|
|
|
|
DEPRECATED= Use net/dual-dhclient-daemon instead
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/dhclient:net/isc-dhcp44-client
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/dual-dhclient
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/dual-dhclient ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|