Client.getPass: catch syserror inval when detecting non-tty use
[hcoop/domtool2.git] / configDefault / bind.cfg
CommitLineData
6ae327f8
AC
1structure Bind :> BIND_CONFIG = struct
2
979844d5 3val zonePath = ConfigCore.localRoot ^ "/zones"
27e20924 4val zonePath_real = "/etc/bind/zones"
6ae327f8 5
2c4e2cf3
CE
6val serialDir = ConfigCore.sharedRoot ^ "/serials"
7
979844d5 8val namedConf = ConfigCore.localRoot ^ "/named.conf.local"
6ae327f8 9
979844d5 10val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind"
6ae327f8
AC
11
12end