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
ISC Open Source Projects
Kea
Commits
610f3ecc
Commit
610f3ecc
authored
Jan 18, 2013
by
JINMEI Tatuya
Browse files
[2438] added path to pydnspp to PYTHONPATH for run_bindctl.
necessary for systest to pass on some environment
parent
003f49d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/bindctl/run_bindctl.sh.in
View file @
610f3ecc
...
...
@@ -20,7 +20,10 @@ export PYTHON_EXEC
BINDCTL_PATH
=
@abs_top_builddir@/src/bin/bindctl
PYTHONPATH
=
@abs_top_srcdir@/src/bin:@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/python:@abs_top_builddir@/src/bin:@abs_top_srcdir@/src/lib/python
# Note: lib/dns/python/.libs is necessary because __init__.py of isc package
# automatically imports isc.datasrc, which then requires the DNS loadable
# module. #2145 should eliminate the need for it.
PYTHONPATH
=
@abs_top_srcdir@/src/bin:@abs_top_builddir@/src/lib/python/isc/log_messages:@abs_top_builddir@/src/lib/python:@abs_top_builddir@/src/bin:@abs_top_srcdir@/src/lib/python:@abs_top_builddir@/src/lib/dns/python/.libs
export
PYTHONPATH
# If necessary (rare cases), explicitly specify paths to dynamic libraries
...
...
tests/system/ifconfig.sh
View file @
610f3ecc
...
...
@@ -63,7 +63,7 @@ esac
case
"
$1
"
in
start|up
)
for
ns
in
1 2 3 4 5 6 7
for
ns
in
1 2 3 4 5 6 7
8
do
if
test
-n
"
$base
"
then
...
...
@@ -145,7 +145,7 @@ case "$1" in
;;
stop|down
)
for
ns
in
7 6 5 4 3 2 1
for
ns
in
8
7 6 5 4 3 2 1
do
if
test
-n
"
$base
"
then
...
...
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