BIND 10 bind10-20110224-release, updated. 193e2281c8a2f2021a1bec3ed6e81074f290f76c [bind10-20110224-release] do not include "host"
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 24 20:52:51 UTC 2011
The branch, bind10-20110224-release has been updated
via 193e2281c8a2f2021a1bec3ed6e81074f290f76c (commit)
from d3f8f8fce7957a2227dbc38d2faf58ca33f85fd1 (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 193e2281c8a2f2021a1bec3ed6e81074f290f76c
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Feb 24 14:52:38 2011 -0600
[bind10-20110224-release] do not include "host"
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
src/bin/Makefile.am | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index d6b9376..3e80ee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -602,7 +602,6 @@ AC_CONFIG_FILES([Makefile
src/bin/bindctl/tests/Makefile
src/bin/cfgmgr/Makefile
src/bin/cfgmgr/tests/Makefile
- src/bin/host/Makefile
src/bin/loadzone/Makefile
src/bin/loadzone/tests/correct/Makefile
src/bin/loadzone/tests/error/Makefile
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 1768ce7..2164821 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \
+SUBDIRS = bind10 bindctl cfgmgr loadzone msgq cmdctl auth xfrin xfrout \
usermgr zonemgr stats tests resolver
check-recursive: all-recursive
More information about the bind10-changes
mailing list