diff options
author | ivan <ivan> | 2004-04-02 02:09:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-02 02:09:35 +0000 |
commit | 4423f707d819e1d9d7c6d4136778c2af05b12b09 (patch) | |
tree | 556ba4891926a2b84caa1ff932c2281d31491fb0 /FS | |
parent | 06ed011137b6e91c0bc3fbbea00e3b88728b4b3b (diff) |
add option to set (r)ndc command
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/bind.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/bind.pm b/FS/FS/part_export/bind.pm index cf73ef450..1ef7b6598 100644 --- a/FS/FS/part_export/bind.pm +++ b/FS/FS/part_export/bind.pm @@ -17,7 +17,8 @@ tie %options, 'Tie::IxHash', default => 'BIND8' }, 'bind9_minttl' => { label => 'The minttl required by bind9 and RFC1035.', default => '1D' }, -; + 'reload' => { label => 'Optional reload command. If not specified, defaults to "ndc" under BIND8 and "rndc" under BIND9.', }, +; %info = ( 'svc' => 'svc_domain', |