gnu: isc-bind: List included utilities in the description.
A frequent question was: "Which package contained the 'dig' utility?" This change should make the question answerable through 'guix search'. * gnu/packages/dns.scm (isc-bind)[synopsis]: Remove leading article. [description]: Add a table listing the utilities contained in the 'utils' output and insert a missing space between two sentences. [home-page]: Update.
This commit is contained in:
parent
d59a98d359
commit
83b5ea9d18
1 changed files with 19 additions and 5 deletions
|
@ -177,14 +177,28 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
(with-directory-excursion "fuzz"
|
(with-directory-excursion "fuzz"
|
||||||
(invoke "make" "check"))
|
(invoke "make" "check"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "An implementation of the Domain Name System")
|
(synopsis "Domain Name System (DNS) implementation")
|
||||||
(description "BIND is an implementation of the @dfn{Domain Name System}
|
(description "BIND is an implementation of the @dfn{Domain Name System}
|
||||||
(DNS) protocols for the Internet. It is a reference implementation of those
|
(DNS) protocols for the Internet. It is a reference implementation of those
|
||||||
protocols, but it is also production-grade software, suitable for use in
|
protocols, but it is also production-grade software, suitable for use in
|
||||||
high-volume and high-reliability applications. The name BIND stands for
|
high-volume and high-reliability applications. The name BIND stands for
|
||||||
\"Berkeley Internet Name Domain\", because the software originated in the early
|
\"Berkeley Internet Name Domain\", because the software originated in the
|
||||||
1980s at the University of California at Berkeley.")
|
early 1980s at the University of California at Berkeley. The @code{utils}
|
||||||
(home-page "https://www.isc.org/downloads/bind")
|
output of this package contains the following DNS name servers related command
|
||||||
|
line utilities:
|
||||||
|
@table @code
|
||||||
|
@item delv
|
||||||
|
DNS lookup and validation utility
|
||||||
|
@item dig
|
||||||
|
DNS lookup utility
|
||||||
|
@item host
|
||||||
|
DNS lookup utility
|
||||||
|
@item nslookup
|
||||||
|
Internet name servers interactive query utility
|
||||||
|
@item nsupdate
|
||||||
|
Dynamic DNS update utility
|
||||||
|
@end table")
|
||||||
|
(home-page "https://www.isc.org/bind/")
|
||||||
(license (list license:mpl2.0))))
|
(license (list license:mpl2.0))))
|
||||||
|
|
||||||
(define-public dnscrypt-proxy
|
(define-public dnscrypt-proxy
|
||||||
|
|
Reference in a new issue