BIND 10 trac1018, updated. 69da5b8b1b3ed9f6c6e21cae8a8a86c8fbf83a76 [trac1018] as jeremy noted, should be += of course
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 16 16:06:57 UTC 2011
The branch, trac1018 has been updated
via 69da5b8b1b3ed9f6c6e21cae8a8a86c8fbf83a76 (commit)
from 8f95286e55b815323110f79d92f338878930509f (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 69da5b8b1b3ed9f6c6e21cae8a8a86c8fbf83a76
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jun 16 18:06:42 2011 +0200
[trac1018] as jeremy noted, should be += of course
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/Makefile.am b/src/bin/cfgmgr/plugins/Makefile.am
index d1e0f70..25f5074 100644
--- a/src/bin/cfgmgr/plugins/Makefile.am
+++ b/src/bin/cfgmgr/plugins/Makefile.am
@@ -4,4 +4,4 @@ EXTRA_DIST += logging.spec b10logging.py
config_plugindir = @prefix@/share/@PACKAGE@/config_plugins
config_plugin_DATA = tsig_keys.py tsig_keys.spec
-config_plugin_DATA = b10logging.py logging.spec
+config_plugin_DATA += b10logging.py logging.spec
More information about the bind10-changes
mailing list