BIND 10 trac2157_2, updated. 401f99d8ce662e361c4aa067e758e03b8c0a78e0 [2157] avoid unnecessary keyword substitution
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 14 09:18:10 UTC 2012
The branch, trac2157_2 has been updated
via 401f99d8ce662e361c4aa067e758e03b8c0a78e0 (commit)
from fc44d8a5b5084a60cf7d7cddf7cfe537191d14af (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 401f99d8ce662e361c4aa067e758e03b8c0a78e0
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Wed Nov 14 18:09:40 2012 +0900
[2157] avoid unnecessary keyword substitution
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/gen-statistics_items.py.pre.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/gen-statistics_items.py.pre.in b/src/bin/auth/gen-statistics_items.py.pre.in
index 77b4659..544db33 100755
--- a/src/bin/auth/gen-statistics_items.py.pre.in
+++ b/src/bin/auth/gen-statistics_items.py.pre.in
@@ -167,7 +167,7 @@ def generate_docfile(docfile, def_mtime):
if need_generate(builddir+os.sep+docfile, def_mtime):
doc_pre = open(srcdir+os.sep+docfile+pre_suffix, 'r')
- doc_pre_xml = doc_pre.read().replace('@@LOCALSTATEDIR@@', localstatedir)
+ doc_pre_xml = doc_pre.read().replace('@@LOCAL'+'STATEDIR@@', localstatedir)
doc_pre.close
variable_tree = ElementTree.Element('variablelist')
More information about the bind10-changes
mailing list