[svn] commit: r1556 - /trunk/src/bin/bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 18 23:18:07 UTC 2010
Author: mgraff
Date: Thu Mar 18 23:18:07 2010
New Revision: 1556
Log:
set the environment here too
Modified:
trunk/src/bin/bind10/bind10.py.in
Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Thu Mar 18 23:18:07 2010
@@ -156,6 +156,8 @@
self.processes = {}
self.dead_processes = {}
self.runnable = False
+
+ os.environ['ISC_MSGQ_PORT'] = str(self.c_channel_port)
def config_handler(self, new_config):
if self.verbose:
More information about the bind10-changes
mailing list