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 /net/cmu-dhcpd | |
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.
Diffstat (limited to 'net/cmu-dhcpd')
-rw-r--r-- | net/cmu-dhcpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |