svn commit: r431925 - in branches/2017Q1/net: . dual-dhclient
Colin Percival
cperciva at FreeBSD.org
Fri Jan 20 01:55:52 UTC 2017
Author: cperciva
Date: Fri Jan 20 01:55:51 2017
New Revision: 431925
URL: https://svnweb.freebsd.org/changeset/ports/431925
Log:
MFH: r431537
Add "dual dhclient" script, which can be specified as dhclient_program in
rc.conf in order to launch the base system dhclient for IPv4 and the ISC
dhcp client for IPv6.
I'm not sure if this will be useful to anyone else, but adding this trivial
port will simplify the configuration of IPv6 on Amazon EC2 instances. I
hope this port becomes redundant in the future due to the base system
gaining support for IPv6 DHCP.
Approved by: portmgr (mat)
Added:
branches/2017Q1/net/dual-dhclient/
- copied from r431537, head/net/dual-dhclient/
Modified:
branches/2017Q1/net/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/net/Makefile
==============================================================================
--- branches/2017Q1/net/Makefile Fri Jan 20 00:17:14 2017 (r431924)
+++ branches/2017Q1/net/Makefile Fri Jan 20 01:55:51 2017 (r431925)
@@ -119,6 +119,7 @@
SUBDIR += dshell
SUBDIR += dtcp
SUBDIR += dtcpclient
+ SUBDIR += dual-dhclient
SUBDIR += e169-stats
SUBDIR += easysoap
SUBDIR += echoping
More information about the svn-ports-branches
mailing list