From: Justin C. Sherrill Date: Thu, 21 Aug 2014 06:02:05 +0000 (-0400) Subject: Move from dns/bind98 on install img/iso to dns/bind-tools. X-Git-Url: https://gitweb.dragonflybsd.org/~mneumann/dragonfly.git/commitdiff_plain/0e561611b8426a9b32709e5b6880e5f90cc8481a Move from dns/bind98 on install img/iso to dns/bind-tools. BIND 9.8 is reaching EOL in a month. We don't need a full version of BIND on the default install, since bind-tools provides dig/nslookup/host and so on. --- diff --git a/nrelease/Makefile b/nrelease/Makefile index 7f6cdb0e83..b30aa7f5f5 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -41,7 +41,7 @@ DPORTS_EXTRA_PACKAGES?= # MISSING: csup # DPORTS_PACKAGES?= devel/git \ - dns/bind98 \ + dns/bind-tools \ net/isc-dhcp42-server \ sysutils/cdrtools \ ${DPORTS_EXTRA_PACKAGES}