[svn] commit: r676 - /branches/parkinglot/src/bin/bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Jan 30 00:40:23 UTC 2010
Author: jelte
Date: Sat Jan 30 00:40:22 2010
New Revision: 676
Log:
small comment improvement
Modified:
branches/parkinglot/src/bin/bind10/bind10.py.in
Modified: branches/parkinglot/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/parkinglot/src/bin/bind10/bind10.py.in (original)
+++ branches/parkinglot/src/bin/bind10/bind10.py.in Sat Jan 30 00:40:22 2010
@@ -24,9 +24,9 @@
__main__.
"""
-# If B10_SPECFILE_PATH is set in the environment, we use the specification
-# file there, instead of the installed one (for instance when we run
-# from the source tree)
+# 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/bind10/bob.spec"
else:
More information about the bind10-changes
mailing list