diff options
author | ivan <ivan> | 2002-04-30 05:43:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-30 05:43:34 +0000 |
commit | f363d77173f26ec00eb72ecd9a54374831e04dd0 (patch) | |
tree | 14037634df44811309ead6ec92cf02cd8308126a /FS | |
parent | da1388d2f8196c2240ad0bc5debc925618d71806 (diff) |
better BIND integration
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index e3b2eb3fc..752bbb1d3 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -540,9 +540,9 @@ tie my %bind_options, 'Tie::IxHash', tie my %bind_slave_options, 'Tie::IxHash', #'machine' => { label=> 'Slave machine' }, - 'master' => { label=> 'Master IP address' }, - 'named_conf' => { label => 'named.conf location', - default=> '/etc/bind/named.conf' }, + 'master' => { label=> 'Master IP address(s) (semicolon-separated)' }, + 'named_conf' => { label => 'named.conf location', + default => '/etc/bind/named.conf' }, ; |