BIND 10 trac2438, updated. 39a3150a0fe822b177c53379b2c93ad6f24585b9 [2438] also add path to pydnspp for sysinfo, same reason.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 18 17:21:17 UTC 2013
The branch, trac2438 has been updated
via 39a3150a0fe822b177c53379b2c93ad6f24585b9 (commit)
from 610f3ecc55290ff4c2d3453f0f90c222b00a6f38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 39a3150a0fe822b177c53379b2c93ad6f24585b9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Jan 18 09:21:01 2013 -0800
[2438] also add path to pydnspp for sysinfo, same reason.
-----------------------------------------------------------------------
Summary of changes:
src/bin/sysinfo/run_sysinfo.sh.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/sysinfo/run_sysinfo.sh.in b/src/bin/sysinfo/run_sysinfo.sh.in
index 268b5a4..6459c2d 100755
--- a/src/bin/sysinfo/run_sysinfo.sh.in
+++ b/src/bin/sysinfo/run_sysinfo.sh.in
@@ -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.
More information about the bind10-changes
mailing list