BIND 10 master, updated. 32b494b4f1c01d1694fab23b4b172185bdb21769 [master] removed incorrect line continuation.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jun 11 23:57:38 UTC 2012


The branch, master has been updated
       via  32b494b4f1c01d1694fab23b4b172185bdb21769 (commit)
      from  df4eddc681aba28e6a85048a5858f7fc652a3727 (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 32b494b4f1c01d1694fab23b4b172185bdb21769
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Jun 11 16:56:12 2012 -0700

    [master] removed incorrect line continuation.
    
    accidentally introduced in the previous merge, and it broke 'make install'.

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

Summary of changes:
 src/lib/python/isc/server_common/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/server_common/Makefile.am b/src/lib/python/isc/server_common/Makefile.am
index 0a910ef..d89df2f 100644
--- a/src/lib/python/isc/server_common/Makefile.am
+++ b/src/lib/python/isc/server_common/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = tests
 
-python_PYTHON = __init__.py tsig_keyring.py auth_command.py dns_tcp.py \
+python_PYTHON = __init__.py tsig_keyring.py auth_command.py dns_tcp.py
 python_PYTHON += logger.py
 
 pythondir = $(pyexecdir)/isc/server_common



More information about the bind10-changes mailing list