diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-24 04:31:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-24 04:36:52 +0200 |
commit | 56b4a1d53f1a9d67f2406cd874b80c7372ac3d7b (patch) | |
tree | a0f2160b1637977ca369a5e2ec54d57edebd4197 /gnu/packages/dns.scm | |
parent | e5d9a7d40564c94bc315b7307130d77f241a3335 (diff) | |
download | guix-56b4a1d53f1a9d67f2406cd874b80c7372ac3d7b.tar guix-56b4a1d53f1a9d67f2406cd874b80c7372ac3d7b.tar.gz |
gnu: bind: Note that isc-dhcp bundles a BIND.
This follows up on commit dad963a4393ea51409baa63817b26b449ed58338.
* gnu/packages/admin.scm (isc-bind): Comment.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 3ea9d02b28..c0d5d64ced 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -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) |