Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
39a3150a
Commit
39a3150a
authored
Jan 18, 2013
by
JINMEI Tatuya
Browse files
[2438] also add path to pydnspp for sysinfo, same reason.
parent
610f3ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/sysinfo/run_sysinfo.sh.in
View file @
39a3150a
...
...
@@ -20,10 +20,11 @@ export PYTHON_EXEC
SYSINFO_PATH
=
@abs_top_builddir@/src/bin/sysinfo
# Note: we shouldn't need log_messages except for the seemingly necessary
# dependency due to the automatic import in the isc package (its __init__.py
# imports some other modules)
PYTHONPATH
=
@abs_top_builddir@/src/lib/python:@abs_top_srcdir@/src/lib/python:@abs_top_builddir@/src/lib/python/isc/log_messages
# Note: we shouldn't need log_messages and lib/dns except for the seemingly
# necessary dependency due to the automatic import in the isc package (its
# __init__.py imports some other modules)
# #2145 should eliminate the need for them.
PYTHONPATH
=
@abs_top_builddir@/src/lib/python:@abs_top_srcdir@/src/lib/python:@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/dns/python/.libs
export
PYTHONPATH
# Likewise, we need only because isc.log requires some loadable modules.
...
...
Write
Preview
Supports
Markdown
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