Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
270d14dc
Commit
270d14dc
authored
Jun 07, 2013
by
Thomas Markwalder
Browse files
[master] Merge of 2956, missed module rename in spec file.
parent
a41cac58
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d2_controller.cc
View file @
270d14dc
...
...
@@ -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/d
2
.spec"
);
"/src/bin/d2/d
hcp-ddns
.spec"
);
}
else
{
setSpecFileName
(
D2_SPECFILE_LOCATION
);
}
...
...
src/bin/d2/dhcp-ddns.spec
View file @
270d14dc
{
"module_spec": {
"module_name": "D
2
",
"module_name": "D
hcpDdns
",
"module_description": "DHPC-DDNS Service",
"config_data": [
],
...
...
src/bin/d2/spec_config.h.pre.in
View file @
270d14dc
...
...
@@ -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@/d
2
.spec"
#define D2_SPECFILE_LOCATION "@prefix@/share/@PACKAGE@/d
hcp-ddns
.spec"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment