From 8bc65f13e164f84eeda01e23ae8cab5ffce0a75b Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 14 Dec 2014 10:38:59 +0100 Subject: [PATCH] Improve slave-cycle-interval description a little --- pdns/common_startup.cc | 2 +- pdns/pdns.conf-dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index a1feccbaa..88ab61ec3 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -99,7 +99,7 @@ void declareArguments() ::arg().set("allow-axfr-ips","Allow zonetransfers only to these subnets")="127.0.0.0/8,::1"; ::arg().set("only-notify", "Only send AXFR NOTIFY to these IP addresses or netmasks")="0.0.0.0/0,::/0"; ::arg().set("also-notify", "When notifying a domain, also notify these nameservers")=""; - ::arg().set("slave-cycle-interval","Reschedule failed SOA serial checks once every .. seconds")="60"; + ::arg().set("slave-cycle-interval","Schedule slave freshness checks once every .. seconds")="60"; ::arg().set("tcp-control-address","If set, PowerDNS can be controlled over TCP on this address")=""; ::arg().set("tcp-control-port","If set, PowerDNS can be controlled over TCP on this address")="53000"; diff --git a/pdns/pdns.conf-dist b/pdns/pdns.conf-dist index 31a89a01b..39f7b37aa 100644 --- a/pdns/pdns.conf-dist +++ b/pdns/pdns.conf-dist @@ -410,7 +410,7 @@ # slave=no ################################# -# slave-cycle-interval Reschedule failed SOA serial checks once every .. seconds +# slave-cycle-interval Schedule slave freshness checks once every .. seconds # # slave-cycle-interval=60 -- 2.40.0