bind_add_dkim_zone_master.sh, bind_add_dkim_zone_slave.sh: some minor changes.

This commit is contained in:
Christoph 2019-01-05 04:06:14 +01:00
parent 0e175eda6c
commit 21c94f746d
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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