[svn] commit: r2055 - /trunk/src/bin/bind10/run_bind10.sh.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 2 13:46:42 UTC 2010
Author: jreed
Date: Wed Jun 2 13:46:42 2010
New Revision: 2055
Log:
The msgq socket should be in a writable location when running from
source tree.
Modified:
trunk/src/bin/bind10/run_bind10.sh.in
Modified: trunk/src/bin/bind10/run_bind10.sh.in
==============================================================================
--- trunk/src/bin/bind10/run_bind10.sh.in (original)
+++ trunk/src/bin/bind10/run_bind10.sh.in Wed Jun 2 13:46:42 2010
@@ -29,7 +29,7 @@
B10_FROM_SOURCE=@abs_top_srcdir@
export B10_FROM_SOURCE
-BIND10_MSGQ_SOCKET_FILE=@abs_top_srcdir@/msgq_socket
+BIND10_MSGQ_SOCKET_FILE=@abs_top_builddir@/msgq_socket
export BIND10_MSGQ_SOCKET_FILE
cd ${BIND10_PATH}
More information about the bind10-changes
mailing list