[svn] commit: r140 - in /branches/f2f200910/src: bin/bind-cfgd.in lib/bind-cfgd/bind-cfgd.py lib/bind-cfgd/python/ lib/bind-cfgd/python/bind-cfgd.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 28 22:04:21 UTC 2009
Author: jelte
Date: Wed Oct 28 22:04:21 2009
New Revision: 140
Log:
move 'lib' part of bind-cfgd into src/lib/bind-cfgd/python/
Added:
branches/f2f200910/src/lib/bind-cfgd/python/
branches/f2f200910/src/lib/bind-cfgd/python/bind-cfgd.py (contents, props changed)
- copied, changed from r137, branches/f2f200910/src/lib/bind-cfgd/bind-cfgd.py
Removed:
branches/f2f200910/src/lib/bind-cfgd/bind-cfgd.py
Modified:
branches/f2f200910/src/bin/bind-cfgd.in
Modified: branches/f2f200910/src/bin/bind-cfgd.in
==============================================================================
--- branches/f2f200910/src/bin/bind-cfgd.in (original)
+++ branches/f2f200910/src/bin/bind-cfgd.in Wed Oct 28 22:04:21 2009
@@ -1,6 +1,6 @@
#!/bin/sh
# use build time srcdir for now
-BINPATH=@abs_top_srcdir@/src/lib/bind-cfgd
+BINPATH=@abs_top_srcdir@/src/lib/bind-cfgd/python
LIBPATH=@abs_top_srcdir@/src/lib/cc/python
PYTHONPATH=${LIBPATH}:${PYTHONPATH} python ${BINPATH}/bind-cfgd.py
More information about the bind10-changes
mailing list