From: Thomas Markwalder Date: Fri, 7 Jun 2013 12:36:25 +0000 (-0400) Subject: [master] Merge of 2956, missed module rename in spec file. X-Git-Tag: bind10-1.2.0beta1-release~420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=270d14dcd9c376ec207f61bb736eb6ef8e9b1a2d;p=thirdparty%2Fkea.git [master] Merge of 2956, missed module rename in spec file. --- diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc index d5b34940de..0200b644d7 100644 --- a/src/bin/d2/d2_controller.cc +++ b/src/bin/d2/d2_controller.cc @@ -45,7 +45,7 @@ D2Controller::D2Controller() // use the production value. if (getenv("B10_FROM_BUILD")) { setSpecFileName(std::string(getenv("B10_FROM_BUILD")) + - "/src/bin/d2/d2.spec"); + "/src/bin/d2/dhcp-ddns.spec"); } else { setSpecFileName(D2_SPECFILE_LOCATION); } diff --git a/src/bin/d2/dhcp-ddns.spec b/src/bin/d2/dhcp-ddns.spec index c594f2b065..1098adaa7c 100644 --- a/src/bin/d2/dhcp-ddns.spec +++ b/src/bin/d2/dhcp-ddns.spec @@ -1,6 +1,6 @@ { "module_spec": { - "module_name": "D2", + "module_name": "DhcpDdns", "module_description": "DHPC-DDNS Service", "config_data": [ ], diff --git a/src/bin/d2/spec_config.h.pre.in b/src/bin/d2/spec_config.h.pre.in index e45a69a446..6d48a7eeea 100644 --- a/src/bin/d2/spec_config.h.pre.in +++ b/src/bin/d2/spec_config.h.pre.in @@ -12,4 +12,4 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#define D2_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/d2.spec" +#define D2_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/dhcp-ddns.spec"