gnu: bind: Note that isc-dhcp bundles a BIND.
This follows up on commit dad963a439
.
* gnu/packages/admin.scm (isc-bind): Comment.
master
parent
e5d9a7d405
commit
56b4a1d53f
|
@ -312,6 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
(define-public isc-bind
|
(define-public isc-bind
|
||||||
(package
|
(package
|
||||||
(name "bind")
|
(name "bind")
|
||||||
|
;; When updating, check whether isc-dhcp's bundled copy should be as well.
|
||||||
(version "9.16.6")
|
(version "9.16.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Reference in New Issue