[svn] commit: r613 - in /branches/parkinglot: configure.ac src/bin/bind10/bind10.in src/bin/bind10/bind10.py src/bin/bind10/bind10.py.in src/bin/bind10/run_bind10.sh.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 00:30:15 UTC 2010
Author: jreed
Date: Fri Jan 29 00:30:15 2010
New Revision: 613
Log:
Rename bind10.in to run_bind10.sh.in -- this is the script that
can be ran from source tree.
Rename bind10.py to bind10.py.in -- this is the bind10 tool. It
has the python and python module path added to it.
The python script will actually startup from installed directory.
TODO: bind10 will run daemons from @libexecdir@ (I will commit those
daemon install changes shortly).
TODO: don't need special python handling.
TODO: split out all functionality to a bind10 specific module
Added:
branches/parkinglot/src/bin/bind10/bind10.py.in
- copied, changed from r610, branches/parkinglot/src/bin/bind10/bind10.py
branches/parkinglot/src/bin/bind10/run_bind10.sh.in
- copied, changed from r610, branches/parkinglot/src/bin/bind10/bind10.in
Removed:
branches/parkinglot/src/bin/bind10/bind10.in
branches/parkinglot/src/bin/bind10/bind10.py
Modified:
branches/parkinglot/configure.ac
Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Fri Jan 29 00:30:15 2010
@@ -169,8 +169,9 @@
])
AC_OUTPUT([src/bin/cfgmgr/b10-cfgmgr
src/bin/cmdctl/b10-cmdctl
- src/bin/bind10/bind10
+ src/bin/bind10/bind10.py
src/bin/bind10/bind10_test
+ src/bin/bind10/run_bind10.sh
src/bin/bindctl/bindctl
src/bin/bindctl/unittest/bindctl_test
src/bin/msgq/msgq
More information about the bind10-changes
mailing list