Parcourir la source

[master] Merge of 2956, missed module rename in spec file.

Thomas Markwalder il y a 12 ans
Parent
commit
270d14dcd9
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      src/bin/d2/d2_controller.cc
  2. 1 1
      src/bin/d2/dhcp-ddns.spec
  3. 1 1
      src/bin/d2/spec_config.h.pre.in

+ 1 - 1
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);
     }

+ 1 - 1
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": [
     ],

+ 1 - 1
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"