diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:56:32 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:56:32 +0000 |
commit | cd2190897b05ecdf10b6176445365a6800109b30 (patch) | |
tree | e52b96a701c6a79bb6cd6798c6f8fd6f449b3306 /net/isc-dhclient4/Makefile | |
parent | e292299cfc6b000478ff8514f74235fbe827ae89 (diff) | |
download | pkgsrc-cd2190897b05ecdf10b6176445365a6800109b30.tar.gz |
Update to 4.1.0
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include:
* Support for the rapid-commit option on the client side
* Prefix Delegation support
* IA_TA address support
* A basic DHCPv6 relay agent
* basic DHCPv6 Leasequery support
Diffstat (limited to 'net/isc-dhclient4/Makefile')
-rw-r--r-- | net/isc-dhclient4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/isc-dhclient4/Makefile b/net/isc-dhclient4/Makefile index 8a73c2c2a67..e9003cd4711 100644 --- a/net/isc-dhclient4/Makefile +++ b/net/isc-dhclient4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/12/21 21:24:08 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/04 00:59:23 adrianp Exp $ # +PKGNAME= isc-dhclient-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client -COMPONENT= client -PKGREVISION= 1 SUBDIR= client CONF_FILES+= ${EGDIR}/dhclient.conf ${PKG_SYSCONFDIR}/dhclient.conf |