BIND 10 master, updated. 6ebbb5d27d5a52d5f5e5caf89d3514a5135f07c7 [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 28 16:24:12 UTC 2012


The branch, master has been updated
       via  6ebbb5d27d5a52d5f5e5caf89d3514a5135f07c7 (commit)
       via  24347dec2bc47e3112a2b8103a8570ffc4a8ade5 (commit)
       via  b98523c1260637cb33436964dc18e9763622a242 (commit)
      from  3b53272a6f77fa03e34f298ec06ec31de7cd32e1 (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 6ebbb5d27d5a52d5f5e5caf89d3514a5135f07c7
Merge: 24347dec2bc47e3112a2b8103a8570ffc4a8ade5 3b53272a6f77fa03e34f298ec06ec31de7cd32e1
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Feb 28 10:24:04 2012 -0600

    [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

commit 24347dec2bc47e3112a2b8103a8570ffc4a8ade5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Feb 28 10:23:32 2012 -0600

    [master] add git revision

commit b98523c1260637cb33436964dc18e9763622a242
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Feb 28 10:21:42 2012 -0600

    [master] Use prefix "sockcreator-" for tmp directory.
    
    Use prefix "sockcreator-" for the private temporary directory
    used for b10-sockcreator communication.
    
    Discussed in jabber.
    
    Will document separately (was not documented yet).

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

Summary of changes:
 ChangeLog                       |    5 +++++
 src/bin/bind10/bind10_src.py.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 2bcb837..158bd40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+388.	[func]		jreed
+	Use prefix "sockcreator-" for the private temporary directory
+	used for b10-sockcreator communication.
+	(git b98523c1260637cb33436964dc18e9763622a242)
+
 387.	[build]		muks
 	Accept a --without-werror configure switch so that some builders can
 	disable the use of -Werror in CFLAGS when building.
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index faf1582..edc1b69 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -892,7 +892,7 @@ class BoB:
         # the need to find the place ourself or bother users. Also, this
         # secures the socket on some platforms, as it creates a private
         # directory.
-        self._tmpdir = tempfile.mkdtemp()
+        self._tmpdir = tempfile.mkdtemp(prefix='sockcreator-')
         # Get the name
         self._socket_path = os.path.join(self._tmpdir, "sockcreator")
         # And bind the socket to the name



More information about the bind10-changes mailing list