mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: knot: Fix typos.
* gnu/services/dns.scm: Fix typos.
This commit is contained in:
parent
ef1f1ca742
commit
b8e2bd4fc8
1 changed files with 2 additions and 4 deletions
|
@ -504,8 +504,8 @@ (define (knot-zone-config zone)
|
|||
(acl (list #$@(knot-zone-configuration-acl zone)))
|
||||
(semantic-checks? #$(knot-zone-configuration-semantic-checks? zone))
|
||||
(disable-any? #$(knot-zone-configuration-disable-any? zone))
|
||||
(zone-file-sync #$(knot-zone-configuration-zonefile-sync zone))
|
||||
(zone-file-load #$(knot-zone-configuration-zonefile-load zone))
|
||||
(zonefile-sync #$(knot-zone-configuration-zonefile-sync zone))
|
||||
(zonefile-load '#$(knot-zone-configuration-zonefile-load zone))
|
||||
(journal-content #$(knot-zone-configuration-journal-content zone))
|
||||
(max-journal-usage #$(knot-zone-configuration-max-journal-usage zone))
|
||||
(max-journal-depth #$(knot-zone-configuration-max-journal-depth zone))
|
||||
|
@ -550,8 +550,6 @@ (define (knot-zone-config zone)
|
|||
(format #t " max-journal-depth: ~a\n" max-journal-depth))
|
||||
(if max-zone-size
|
||||
(format #t " max-zone-size: ~a\n" max-zone-size))
|
||||
(if
|
||||
(format #t " : ~a\n" ))
|
||||
(if dnssec-policy
|
||||
(begin
|
||||
(format #t " dnssec-signing: on\n")
|
||||
|
|
Loading…
Reference in a new issue