From 21c94f746d7c293e07ed2a1aab56a297af3cd915 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 5 Jan 2019 04:06:14 +0100 Subject: [PATCH] bind_add_dkim_zone_master.sh, bind_add_dkim_zone_slave.sh: some minor changes. --- bind_add_dkim_zone_master.sh | 4 ++-- bind_add_dkim_zone_slave.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bind_add_dkim_zone_master.sh b/bind_add_dkim_zone_master.sh index fc81386..b45b3f0 100755 --- a/bind_add_dkim_zone_master.sh +++ b/bind_add_dkim_zone_master.sh @@ -10,10 +10,10 @@ # - error: # - 10: Missing option for zone definition # - 15: DKIM domain not supported by this nameserver -# - 20: Add Zone definition failed +# - 20: Adding Zone definition failed # - 21: Adding Zonefile failed # - 22: Change owner for newly created zonefile failed -# - 23: Reload bind configuration +# - 23: Reload bind configuration failed # - 99: Fatal error # - # - Example: diff --git a/bind_add_dkim_zone_slave.sh b/bind_add_dkim_zone_slave.sh index de218a7..f537a71 100755 --- a/bind_add_dkim_zone_slave.sh +++ b/bind_add_dkim_zone_slave.sh @@ -8,7 +8,7 @@ # - 1: Slave zone already exists # - # - error: -# - 15: DNS master Server not present +# - 15: Variable for DNS master Server not present # - 21: Adding Zone failed #- 99: Fatal error # - @@ -66,7 +66,7 @@ usage() { 1: Slave zone already exists error: - 15: DNS master Server not present + 15: Variable for DNS master Server (DKIM_DNS_MASTER) not present 21: Adding Zone failed 23: Reload bind configuration failed 99: Fatal error