-Attempt to make bind.pm default again and ddns a table configurable option

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-07-21 20:39:51 +00:00
parent 3c36626195
commit 64f0268c1e
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ my $callback;
sub handled_commands
{
return {"makedns" => "dns"};
return {"makedns" => "site:dnshandler"};
}
sub getzonesfornet {
my $net = shift;