git: 26d33044ddbd - main - net/dual-dhclient: Mark as deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Oct 2023 17:04:30 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26d33044ddbd332c403b462c481b937033bac0b5
commit 26d33044ddbd332c403b462c481b937033bac0b5
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-10-01 17:02:02 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-10-01 17:02:02 +0000
net/dual-dhclient: Mark as deprecated
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).
---
net/dual-dhclient/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/dual-dhclient/Makefile b/net/dual-dhclient/Makefile
index dbf22de367b0..1cceaa7bcbf6 100644
--- a/net/dual-dhclient/Makefile
+++ b/net/dual-dhclient/Makefile
@@ -11,6 +11,8 @@ 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