[svn] commit: r2057 - /branches/trac223/src/bin/bind10/run_bind10.sh.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 2 14:08:57 UTC 2010


Author: jreed
Date: Wed Jun  2 14:08:57 2010
New Revision: 2057

Log:
merge from trunk r2055
"The msgq socket should be in a writable location when running from
source tree."

Modified:
    branches/trac223/src/bin/bind10/run_bind10.sh.in

Modified: branches/trac223/src/bin/bind10/run_bind10.sh.in
==============================================================================
--- branches/trac223/src/bin/bind10/run_bind10.sh.in (original)
+++ branches/trac223/src/bin/bind10/run_bind10.sh.in Wed Jun  2 14:08:57 2010
@@ -34,8 +34,7 @@
 B10_FROM_BUILD=@abs_top_builddir@
 export B10_FROM_BUILD
 
-
-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