summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-27 15:47:28 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-27 15:56:35 +0200
commitb8e2bd4fc89f7fd60f74949563fb834dbd8f7660 (patch)
tree7441d318558774a3cb11ef847831786f364f84e9 /gnu
parentef1f1ca742082806afe0a430ea593ad93b573f8c (diff)
downloadguix-b8e2bd4fc89f7fd60f74949563fb834dbd8f7660.tar.gz
gnu: knot: Fix typos.
* gnu/services/dns.scm: Fix typos.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/dns.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm
index 0d660dea29..5f37cb0782 100644
--- a/gnu/services/dns.scm
+++ b/gnu/services/dns.scm
@@ -504,8 +504,8 @@
                 (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 @@
               (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")