]> mj.ucw.cz Git - nsc-5.git/commitdiff
Default reload command changed to "rndc reload"
authorMartin Mares <mj@ucw.cz>
Tue, 29 Jan 2019 20:24:56 +0000 (21:24 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 29 Jan 2019 20:24:56 +0000 (21:24 +0100)
README
m4/dnslib.m4

diff --git a/README b/README
index e7f7a00569a52dd97f901305a0d1a9d7cd3d8d47..032e9dab4996e0d29ac6607d690bcf2704ba317d 100644 (file)
--- 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)
index 6cdb921c95b2c355eb4207b3fa7b541fe9563128..a4313805a4da44dbdac9ff58333045856008cd2f 100644 (file)
@@ -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')