From: Martin Mares Date: Tue, 29 Jan 2019 20:24:56 +0000 (+0100) Subject: Default reload command changed to "rndc reload" X-Git-Tag: v5.1~14^2~16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4401937c5f89e281a3f7f1ca10de78714e75289e;p=nsc-5.git Default reload command changed to "rndc reload" --- diff --git a/README b/README index e7f7a00..032e9da 100644 --- a/README +++ b/README @@ -328,7 +328,7 @@ semicolons, text outside macros is ignored. The following variables are available: NAMED_RESTART_CMD Shell command for restarting the name server daemon - (default: ndc restart) + (default: rndc reload) ROOT Root directory of the whole package (default: /etc/named) CFDIR Directory with config files (default: cf) diff --git a/m4/dnslib.m4 b/m4/dnslib.m4 index 6cdb921..a431380 100644 --- a/m4/dnslib.m4 +++ b/m4/dnslib.m4 @@ -85,7 +85,7 @@ define(`nsc_fatal_error', `errprint(`NSC error: $1 # Default values of parameters -define(`NAMED_RESTART_CMD', `ndc reload') +define(`NAMED_RESTART_CMD', `rndc reload') define(`ROOT', `/etc/named') define(`CFDIR', `cf')