From: Ruben Kerkhof Date: Sun, 14 Dec 2014 09:38:59 +0000 (+0100) Subject: Improve slave-cycle-interval description a little X-Git-Tag: rec-3.7.0-rc1~28^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bc65f13e164f84eeda01e23ae8cab5ffce0a75b;p=thirdparty%2Fpdns.git Improve slave-cycle-interval description a little --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index a1feccbaa2..88ab61ec30 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 31a89a01b1..39f7b37aa4 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