diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 23:43:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 23:43:51 +0000 |
commit | f9a28761a91b84fdb0e1beae19721f631017c03e (patch) | |
tree | 2d608bfe5d584f49f17976b0a4e4b4afbf9682b1 /net/isc-dhcp40-client | |
parent | dd526aea90992800e60b7cefad5f8324961439f4 (diff) | |
download | ports-f9a28761a91b84fdb0e1beae19721f631017c03e.tar.gz ports-f9a28761a91b84fdb0e1beae19721f631017c03e.zip |
Notes
Diffstat (limited to 'net/isc-dhcp40-client')
-rw-r--r-- | net/isc-dhcp40-client/Makefile | 22 | ||||
-rw-r--r-- | net/isc-dhcp40-client/pkg-descr | 24 | ||||
-rw-r--r-- | net/isc-dhcp40-client/pkg-message | 0 | ||||
-rw-r--r-- | net/isc-dhcp40-client/pkg-plist | 14 |
4 files changed, 60 insertions, 0 deletions
diff --git a/net/isc-dhcp40-client/Makefile b/net/isc-dhcp40-client/Makefile new file mode 100644 index 000000000000..4b52a17c9736 --- /dev/null +++ b/net/isc-dhcp40-client/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: dhcp +# Date created: 28 April 2003 +# Whom: cyrille.lefevre@laposte.net +# +# $FreeBSD$ +# + +MAINTAINER= cyrille.lefevre@laposte.net +COMMENT= The ISC Dynamic Host Configuration Protocol client + +# Local variables +# + +SUBSYS= client + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../isc-dhcp3-server + +.include "${MASTERDIR}/Makefile" diff --git a/net/isc-dhcp40-client/pkg-descr b/net/isc-dhcp40-client/pkg-descr new file mode 100644 index 000000000000..7dc1bc78ea95 --- /dev/null +++ b/net/isc-dhcp40-client/pkg-descr @@ -0,0 +1,24 @@ +The ISC Dynamic Host Configuration Protocol Distribution provides a +freely redistributable reference implementation of all aspects of the +DHCP protocol, through a suite of DHCP tools: + + * A DHCP server + * A DHCP client (this port) + * A DHCP relay agent + +Version 3 of the ISC DHCP Distribution includes the following features +that are new since version 2.0: + + * DHCP Failover Protocol support + * OMAPI, an API for accessing and modifying the DHCP server and client state + * Conditional behaviour + * Storing arbitrary information on leases + * Address pools with access control + * Client classing + * Address allocation restriction by class + * Relay agent information option support + * Dynamic DNS updates + * Many bug fixes, performance enhancements, and minor new DHCP protocol + features. + +WWW: http://www.isc.org/products/DHCP/ diff --git a/net/isc-dhcp40-client/pkg-message b/net/isc-dhcp40-client/pkg-message new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net/isc-dhcp40-client/pkg-message diff --git a/net/isc-dhcp40-client/pkg-plist b/net/isc-dhcp40-client/pkg-plist new file mode 100644 index 000000000000..8e557b01074c --- /dev/null +++ b/net/isc-dhcp40-client/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp40-client/Attic/pkg-plist,v 1.1 2004-01-17 23:43:51 edwin Exp $ +etc/dhclient.conf.sample +@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf +@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf +sbin/dhclient +sbin/dhclient-script +%%PORTDOCS%%share/doc/isc-dhcp3-client/ANONCVS +%%PORTDOCS%%share/doc/isc-dhcp3-client/CHANGES +%%PORTDOCS%%share/doc/isc-dhcp3-client/COPYRIGHT +%%PORTDOCS%%share/doc/isc-dhcp3-client/README +%%PORTDOCS%%share/doc/isc-dhcp3-client/RELNOTES +%%PORTDOCS%%@dirrm share/doc/isc-dhcp3-client +@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases +@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases |