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
61386c68
Commit
61386c68
authored
Dec 19, 2012
by
JINMEI Tatuya
Browse files
[master] additional run-time setup
parent
8d844f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/loadzone/run_loadzone.sh.in
View file @
61386c68
...
...
@@ -18,7 +18,7 @@
PYTHON_EXEC
=
${
PYTHON_EXEC
:-
@PYTHON@
}
export
PYTHON_EXEC
PYTHONPATH
=
@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/python
PYTHONPATH
=
@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/python
:@abs_top_builddir@/src/lib/dns/python/.libs
export
PYTHONPATH
# If necessary (rare cases), explicitly specify paths to dynamic libraries
...
...
@@ -32,5 +32,13 @@ fi
BIND10_MSGQ_SOCKET_FILE
=
@abs_top_builddir@/msgq_socket
export
BIND10_MSGQ_SOCKET_FILE
# For bind10_config
B10_FROM_SOURCE
=
@abs_top_srcdir@
export
B10_FROM_SOURCE
# For data source loadable modules
B10_FROM_BUILD
=
@abs_top_builddir@
export
B10_FROM_BUILD
LOADZONE_PATH
=
@abs_top_builddir@/src/bin/loadzone
exec
${
LOADZONE_PATH
}
/b10-loadzone
"
$@
"
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