BIND 10 master, updated. 74e7cfcd290d32ca6cfe2eccf959c796639a22cb Install message definitions
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 18 08:52:07 UTC 2013
The branch, master has been updated
via 74e7cfcd290d32ca6cfe2eccf959c796639a22cb (commit)
from b1217e691027f310f47bb7b23b621d5b8656ea6c (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 74e7cfcd290d32ca6cfe2eccf959c796639a22cb
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Sep 18 09:40:29 2013 +0200
Install message definitions
Don't crash on startup because message definition module is missing,
install it like the rest.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/util/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/util/Makefile.am b/src/lib/python/isc/util/Makefile.am
index e73d9e5..e742f45 100644
--- a/src/lib/python/isc/util/Makefile.am
+++ b/src/lib/python/isc/util/Makefile.am
@@ -3,6 +3,8 @@ SUBDIRS = . cio tests
python_PYTHON = __init__.py process.py socketserver_mixin.py file.py \
traceback_handler.py
BUILT_SOURCES = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+nodist_pylogmessage_PYTHON = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+pylogmessagedir = $(pyexecdir)/isc/log_messages/
python_PYTHON += address_formatter.py
EXTRA_DIST = util_messages.mes
More information about the bind10-changes
mailing list