guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: knot: Fix typos.


From: guix-commits
Subject: 01/01: gnu: knot: Fix typos.
Date: Sat, 27 Apr 2019 09:57:28 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit b8e2bd4fc89f7fd60f74949563fb834dbd8f7660
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 27 15:47:28 2019 +0200

    gnu: knot: Fix typos.
    
    * gnu/services/dns.scm: Fix typos.
---
 gnu/services/dns.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm
index 0d660de..5f37cb0 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]