Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
040d3d44
Commit
040d3d44
authored
Aug 12, 2014
by
Marcin Siodelski
Browse files
[3507] Renamed B10_LOGGER_DESTINATION to KEA_LOGGER_DESTINATION in keactrl.
parent
b20b6b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/keactrl.in
View file @
040d3d44
...
...
@@ -166,12 +166,14 @@ run_conditional() {
### Script starts here ###
# Configure logger to log messages into the file.
# Do not set destination if the
B10
_LOGGER_DESTINATION is set,
# Do not set destination if the
KEA
_LOGGER_DESTINATION is set,
# because a unit test could have set this to some other location.
# @todo Rely on the Kea configuration file once #3427 is done.
if
[
-z
${
B10_LOGGER_DESTINATION
}
]
;
then
# Note that when the configuration is applied this location may be
# altered and only the handful of initial messages will be logged
# to the default file.
if
[
-z
${
KEA_LOGGER_DESTINATION
}
]
;
then
prefix
=
@prefix@
export
B10
_LOGGER_DESTINATION
=
@localstatedir@/@PACKAGE@/kea.log
export
KEA
_LOGGER_DESTINATION
=
@localstatedir@/@PACKAGE@/kea.log
fi
command
=
${
1
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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