[svn] commit: r1415 - in /trunk: configure.ac src/bin/bindctl/Makefile.am src/bin/bindctl/TODO src/bin/bindctl/bindctl-source.py.in src/bin/bindctl/bindctl.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 15 16:17:13 UTC 2010
Author: jreed
Date: Mon Mar 15 16:17:13 2010
New Revision: 1415
Log:
Renamed the source for bindctl that way
when running in the source directory it (previously
bindctl.py) wouldn't be imported by bindctl.
Don't know if this is the best way.
Should be no change for the installed bindctl.
While here add another TODO.
Added:
trunk/src/bin/bindctl/bindctl-source.py.in
- copied unchanged from r1414, trunk/src/bin/bindctl/bindctl.py.in
Removed:
trunk/src/bin/bindctl/bindctl.py.in
Modified:
trunk/configure.ac
trunk/src/bin/bindctl/Makefile.am
trunk/src/bin/bindctl/TODO
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Mar 15 16:17:13 2010
@@ -259,7 +259,7 @@
src/bin/bind10/tests/bind10_test
src/bin/bind10/run_bind10.sh
src/bin/bindctl/run_bindctl.sh
- src/bin/bindctl/bindctl.py
+ src/bin/bindctl/bindctl-source.py
src/bin/bindctl/unittest/bindctl_test
src/bin/loadzone/run_loadzone.sh
src/bin/loadzone/b10-loadzone.py
Modified: trunk/src/bin/bindctl/Makefile.am
==============================================================================
--- trunk/src/bin/bindctl/Makefile.am (original)
+++ trunk/src/bin/bindctl/Makefile.am Mon Mar 15 16:17:13 2010
@@ -8,7 +8,7 @@
CLEANFILES = bindctl
-bindctl: bindctl.py
+bindctl: bindctl-source.py
$(SED) -e "s|@@PYTHONPATH@@|@pyexecdir@|" \
- -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bindctl.py >$@
+ -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bindctl-source.py >$@
chmod a+x $@
Modified: trunk/src/bin/bindctl/TODO
==============================================================================
--- trunk/src/bin/bindctl/TODO (original)
+++ trunk/src/bin/bindctl/TODO Mon Mar 15 16:17:13 2010
@@ -13,4 +13,4 @@
moduleinfo.py:
get_param_name_by_position
-
+5. Understandable error message is cert_file is missing.
More information about the bind10-changes
mailing list