diff options
author | taca <taca@pkgsrc.org> | 2011-04-08 14:09:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-04-08 14:09:23 +0000 |
commit | 9588318bbdb01080d0b4c457a748c321653e8b58 (patch) | |
tree | fa43131788c6899149ac81b17864b614bf9cc0f5 /net/isc-dhcpd4/Makefile | |
parent | 9f20b44705efd99ccfb9101553a2a378cc10a00c (diff) | |
download | pkgsrc-9588318bbdb01080d0b4c457a748c321653e8b58.tar.gz |
Update ISC DHCP package to 4.2.1p1 (4.2.1-P1), fixes a few security
problems. For more detail, please refer:
http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-P1-RELNOTES
Diffstat (limited to 'net/isc-dhcpd4/Makefile')
-rw-r--r-- | net/isc-dhcpd4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/isc-dhcpd4/Makefile b/net/isc-dhcpd4/Makefile index cd8b04b954d..7c36fc5a657 100644 --- a/net/isc-dhcpd4/Makefile +++ b/net/isc-dhcpd4/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2010/06/25 21:56:46 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2011/04/08 14:09:24 taca Exp $ # PKGNAME= isc-dhcpd-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server +BUILD_SUBDIR= bind includes tests common omapip dhcpctl server SUBDIR= omapip dhcpctl server PKG_DESTDIR_SUPPORT= user-destdir CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf +#CONF_FILES+= ${EGDIR}/dhcpd6.conf ${PKG_SYSCONFDIR}/dhcpd6.conf RCD_SCRIPTS= isc_dhcpd FILES_SUBST+= DHCP_HOME=${DHCP_HOME} |