fixing #17 PATH missing in slave_dns
This commit is contained in:
parent
fe19ac334d
commit
a45c3777f3
|
@ -3,6 +3,7 @@
|
||||||
# Rebuild the bind configuration's file
|
# Rebuild the bind configuration's file
|
||||||
# with the IP of the slave dns
|
# with the IP of the slave dns
|
||||||
|
|
||||||
|
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
FLAGFILE="/var/run/alternc/refresh_slave";
|
FLAGFILE="/var/run/alternc/refresh_slave";
|
||||||
TPL="/etc/alternc/templates/bind/slaveip.conf"
|
TPL="/etc/alternc/templates/bind/slaveip.conf"
|
||||||
TARGET="/var/lib/alternc/bind/slaveip.conf"
|
TARGET="/var/lib/alternc/bind/slaveip.conf"
|
||||||
|
|
Loading…
Reference in New Issue