bind_add_dkim_zone_master.sh, bind_add_dkim_zone_slave.sh: some minor changes.
This commit is contained in:
parent
0e175eda6c
commit
21c94f746d
@ -10,10 +10,10 @@
|
|||||||
# - error:
|
# - error:
|
||||||
# - 10: Missing option for zone definition
|
# - 10: Missing option for zone definition
|
||||||
# - 15: DKIM domain not supported by this nameserver
|
# - 15: DKIM domain not supported by this nameserver
|
||||||
# - 20: Add Zone definition failed
|
# - 20: Adding Zone definition failed
|
||||||
# - 21: Adding Zonefile failed
|
# - 21: Adding Zonefile failed
|
||||||
# - 22: Change owner for newly created zonefile failed
|
# - 22: Change owner for newly created zonefile failed
|
||||||
# - 23: Reload bind configuration
|
# - 23: Reload bind configuration failed
|
||||||
# - 99: Fatal error
|
# - 99: Fatal error
|
||||||
# -
|
# -
|
||||||
# - Example:
|
# - Example:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# - 1: Slave zone already exists
|
# - 1: Slave zone already exists
|
||||||
# -
|
# -
|
||||||
# - error:
|
# - error:
|
||||||
# - 15: DNS master Server not present
|
# - 15: Variable for DNS master Server not present
|
||||||
# - 21: Adding Zone failed
|
# - 21: Adding Zone failed
|
||||||
#- 99: Fatal error
|
#- 99: Fatal error
|
||||||
# -
|
# -
|
||||||
@ -66,7 +66,7 @@ usage() {
|
|||||||
1: Slave zone already exists
|
1: Slave zone already exists
|
||||||
|
|
||||||
error:
|
error:
|
||||||
15: DNS master Server not present
|
15: Variable for DNS master Server (DKIM_DNS_MASTER) not present
|
||||||
21: Adding Zone failed
|
21: Adding Zone failed
|
||||||
23: Reload bind configuration failed
|
23: Reload bind configuration failed
|
||||||
99: Fatal error
|
99: Fatal error
|
||||||
|
Loading…
Reference in New Issue
Block a user