gnu: bind: Note that isc-dhcp bundles a BIND.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 24 Aug 2020 02:31:29 +0000 (04:31 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 24 Aug 2020 02:36:52 +0000 (04:36 +0200)
This follows up on commit dad963a4393ea51409baa63817b26b449ed58338.

* gnu/packages/admin.scm (isc-bind): Comment.

gnu/packages/dns.scm

index 3ea9d02..c0d5d64 100644 (file)
@@ -312,6 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
+    ;; When updating, check whether isc-dhcp's bundled copy should be as well.
     (version "9.16.6")
     (source (origin
               (method url-fetch)