diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2019-04-27 15:47:28 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-27 15:56:35 +0200 |
| commit | b8e2bd4fc89f7fd60f74949563fb834dbd8f7660 (patch) | |
| tree | 7441d318558774a3cb11ef847831786f364f84e9 | |
| parent | ef1f1ca742082806afe0a430ea593ad93b573f8c (diff) | |
gnu: knot: Fix typos.
* gnu/services/dns.scm: Fix typos.
| -rw-r--r-- | gnu/services/dns.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm index 0d660dea29a..5f37cb07828 100644 --- a/gnu/services/dns.scm +++ b/gnu/services/dns.scm | |||
| @@ -504,8 +504,8 @@ | |||
| 504 | (acl (list #$@(knot-zone-configuration-acl zone))) | 504 | (acl (list #$@(knot-zone-configuration-acl zone))) |
| 505 | (semantic-checks? #$(knot-zone-configuration-semantic-checks? zone)) | 505 | (semantic-checks? #$(knot-zone-configuration-semantic-checks? zone)) |
| 506 | (disable-any? #$(knot-zone-configuration-disable-any? zone)) | 506 | (disable-any? #$(knot-zone-configuration-disable-any? zone)) |
| 507 | (zone-file-sync #$(knot-zone-configuration-zonefile-sync zone)) | 507 | (zonefile-sync #$(knot-zone-configuration-zonefile-sync zone)) |
| 508 | (zone-file-load #$(knot-zone-configuration-zonefile-load zone)) | 508 | (zonefile-load '#$(knot-zone-configuration-zonefile-load zone)) |
| 509 | (journal-content #$(knot-zone-configuration-journal-content zone)) | 509 | (journal-content #$(knot-zone-configuration-journal-content zone)) |
| 510 | (max-journal-usage #$(knot-zone-configuration-max-journal-usage zone)) | 510 | (max-journal-usage #$(knot-zone-configuration-max-journal-usage zone)) |
| 511 | (max-journal-depth #$(knot-zone-configuration-max-journal-depth zone)) | 511 | (max-journal-depth #$(knot-zone-configuration-max-journal-depth zone)) |
| @@ -550,8 +550,6 @@ | |||
| 550 | (format #t " max-journal-depth: ~a\n" max-journal-depth)) | 550 | (format #t " max-journal-depth: ~a\n" max-journal-depth)) |
| 551 | (if max-zone-size | 551 | (if max-zone-size |
| 552 | (format #t " max-zone-size: ~a\n" max-zone-size)) | 552 | (format #t " max-zone-size: ~a\n" max-zone-size)) |
| 553 | (if | ||
| 554 | (format #t " : ~a\n" )) | ||
| 555 | (if dnssec-policy | 553 | (if dnssec-policy |
| 556 | (begin | 554 | (begin |
| 557 | (format #t " dnssec-signing: on\n") | 555 | (format #t " dnssec-signing: on\n") |
