BIND 10 master, updated. 6a54cfb961dae9f44120ae2da4bd4c3693f9ea49 [master] use shorter path to msgq socket file

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 19 16:18:41 UTC 2011


The branch, master has been updated
       via  6a54cfb961dae9f44120ae2da4bd4c3693f9ea49 (commit)
      from  ae199c79e42520e8e521668c6f9435796ca92aa3 (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 6a54cfb961dae9f44120ae2da4bd4c3693f9ea49
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Oct 19 11:17:29 2011 -0500

    [master] use shorter path to msgq socket file
    
    This fixes problem with
    	socket.error: AF_UNIX path too long
    on many builders.
    (That is ticket #360.)

-----------------------------------------------------------------------

Summary of changes:
 src/bin/stats/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/stats/tests/Makefile.am b/src/bin/stats/tests/Makefile.am
index b346c9c..afd572f 100644
--- a/src/bin/stats/tests/Makefile.am
+++ b/src/bin/stats/tests/Makefile.am
@@ -22,7 +22,7 @@ endif
 	$(LIBRARY_PATH_PLACEHOLDER) \
 	PYTHONPATH=$(COMMON_PYTHON_PATH):$(abs_top_builddir)/src/bin/stats:$(abs_top_builddir)/src/bin/stats/tests:$(abs_top_builddir)/src/bin/msgq:$(abs_top_builddir)/src/lib/python/isc/config \
 	B10_FROM_SOURCE=$(abs_top_srcdir) \
-	BIND10_MSGQ_SOCKET_FILE=$(abs_top_builddir)/src/bin/stats/tests/msgq_socket_test \
+	BIND10_MSGQ_SOCKET_FILE=$(abs_top_builddir)/msgq_socket \
 	CONFIG_TESTDATA_PATH=$(abs_top_srcdir)/src/lib/config/tests/testdata \
 	$(PYCOVERAGE_RUN) $(abs_srcdir)/$$pytest || exit ; \
 	done




More information about the bind10-changes mailing list