BIND 10 trac547, updated. 8342dee428a7ad111d726f62cdda2868dc58524c [trac547] fixed minor mistakes
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 16 02:25:47 UTC 2011
The branch, trac547 has been updated
via 8342dee428a7ad111d726f62cdda2868dc58524c (commit)
from f5fbca52ef6cdc84c9ac574bedfd5c2af0251263 (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 8342dee428a7ad111d726f62cdda2868dc58524c
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Feb 16 11:25:33 2011 +0900
[trac547] fixed minor mistakes
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/Makefile.am | 2 +-
src/bin/stats/stats_httpd.py.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/Makefile.am b/src/bin/stats/Makefile.am
index f8e3636..98bec0f 100644
--- a/src/bin/stats/Makefile.am
+++ b/src/bin/stats/Makefile.am
@@ -7,7 +7,7 @@ pkglibexec_SCRIPTS = b10-stats b10-stats-httpd
b10_statsdir = $(DESTDIR)$(pkgdatadir)
b10_stats_DATA = stats.spec stats_httpd.spec
-CLEANFILES = stats.spec b10-stats stats.pyc stats.pyo stats.spec b10-stats-httpd stats_httpd.pyc stats_httpd.pyo
+CLEANFILES = stats.spec b10-stats stats.pyc stats.spec b10-stats-httpd stats_httpd.pyc stats_httpd.spec
man_MANS = b10-stats.8 b10-stats-httpd.8
EXTRA_DIST = $(man_MANS) b10-stats.xml b10-stats-httpd.xml
diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in
index 81a214b..33c44e4 100644
--- a/src/bin/stats/stats_httpd.py.in
+++ b/src/bin/stats/stats_httpd.py.in
@@ -29,8 +29,8 @@ import isc.util.process
# If B10_FROM_SOURCE is set in the environment, we use data files
# from a directory relative to that, otherwise we use the ones
# installed on the system
-if "B10_FROM_SOURCE" in os.environ:
- SPECFILE_LOCATION = os.environ["B10_FROM_SOURCE"] + "/src/bin/stats/stats_httpd.spec"
+if "B10_FROM_BUILD" in os.environ:
+ SPECFILE_LOCATION = os.environ["B10_FROM_BUILD"] + "/src/bin/stats/stats_httpd.spec"
else:
PREFIX = "@prefix@"
DATAROOTDIR = "@datarootdir@"
More information about the bind10-changes
mailing list