From: Justin C. Sherrill Date: Mon, 27 Sep 2010 02:02:30 +0000 (-0700) Subject: Added notes about BIND moving to pkgsrc version for <2.7 -> 2.8 upgrades. X-Git-Tag: v2.9.0~74^2~32 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/8eb0b612c14d25ae6f3b63c318b5bc73078abdb1 Added notes about BIND moving to pkgsrc version for <2.7 -> 2.8 upgrades. --- diff --git a/UPDATING b/UPDATING index 3bb16e7a06..31ed81a68a 100644 --- a/UPDATING +++ b/UPDATING @@ -15,6 +15,9 @@ + UPGRADING DRAGONFLY FROM 2.6 to 2.8 or HEAD +-----------------------------------------------------------------------+ +Loader +======= + A new loader (dloader) has been added which better handles booting from multiple kernel/module versions. @@ -30,6 +33,17 @@ To upgrade (Only for this upgrade, for post 2.8 upgrades see GENERAL below) Note that you must installworld and run the 'upgrade' target before installing the new kernel. +BIND +===== + +BIND has been removed from the base system. The ldns and drill tools have +been added for basic functionality. Use 'drill' where you would normally +use nslookup or dig, or install BIND from pkgsrc. It's available as +net/bind95, net/bind96, or net/bind97 as of this writing. + +This only affects older systems upgrading to 2.8. New 2.8+ installs +include BIND as a pkgsrc package. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY ON AN EXISTING DRAGONFLY SYSTEM + + GENERAL +