Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 01:55:51 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431925 - in branches/2017Q1/net: . dual-dhclient
Message-ID:  <201701200155.v0K1tpus056436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200155.v0K1tpus056436>