From 64f0268c1e2f56ad13215f25a6152134d98acfac Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 21 Jul 2010 20:39:51 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/{bind.pm.legacy => bind.pm} | 0 xCAT-server/lib/xcat/plugins/ddns.pm | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename xCAT-server/lib/xcat/plugins/{bind.pm.legacy => bind.pm} (100%) diff --git a/xCAT-server/lib/xcat/plugins/bind.pm.legacy b/xCAT-server/lib/xcat/plugins/bind.pm similarity index 100% rename from xCAT-server/lib/xcat/plugins/bind.pm.legacy rename to xCAT-server/lib/xcat/plugins/bind.pm diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index ff6eec650..95ba70075 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -13,7 +13,7 @@ my $callback; sub handled_commands { - return {"makedns" => "dns"}; + return {"makedns" => "site:dnshandler"}; } sub getzonesfornet { my $net = shift;