diff options
author | abs <abs@pkgsrc.org> | 2002-10-18 22:08:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-10-18 22:08:40 +0000 |
commit | 38b8617a3064227f16435a00a11305fed557deb3 (patch) | |
tree | 3e7b1c49f85a08cbbcaae4ea1b84cf484035c427 | |
parent | f60f79f8dde6b4886e1cb2bb5afd4bace876f83f (diff) | |
download | pkgsrc-38b8617a3064227f16435a00a11305fed557deb3.tar.gz |
Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/cmu-dhcpd/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5959fdcfe4b..a647103959d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.303 2002/10/18 21:57:48 abs Exp $ +$NetBSD: CHANGES,v 1.304 2002/10/18 22:08:40 abs Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3315,3 +3315,4 @@ Changes to the packages collection and infrastructure in 2002: Updated w3 to 4.0b47 [minoura 2002-10-18] Added pyca-0.6.5.20020902 [jlam 2002-10-18] Added p5-Number-Latin-1.01 [abs 2002-10-18] + Added cmu-dhcpd-3.3.7.9 [abs 2002-10-18] diff --git a/net/Makefile b/net/Makefile index 7cfbb51e13f..445dea0ea06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.337 2002/10/15 15:37:22 cjep Exp $ +# $NetBSD: Makefile,v 1.338 2002/10/18 22:08:41 abs Exp $ # COMMENT= Networking tools @@ -33,6 +33,7 @@ SUBDIR+= chrony SUBDIR+= cia SUBDIR+= cidr SUBDIR+= citrix_ica +SUBDIR+= cmu-dhcpd SUBDIR+= coda5_client SUBDIR+= coda5_server SUBDIR+= coda_client diff --git a/net/cmu-dhcpd/Makefile b/net/cmu-dhcpd/Makefile index f809ac41e27..7dc12dc17f6 100644 --- a/net/cmu-dhcpd/Makefile +++ b/net/cmu-dhcpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/18 22:06:01 abs Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/18 22:08:42 abs Exp $ # DISTNAME= CMU-dhcp-3.3.7+PU-9 -PKGNAME= cmu-dhcp-3.3.7.9 +PKGNAME= cmu-dhcpd-3.3.7.9 CATEGORIES= net MASTER_SITES= http://heymon.princeton.edu/software/dhcpd/ EXTRACT_SUFX= .tar.Z |