mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[1486] Merge branch 'master' into trac1486
This commit is contained in:
@@ -20,6 +20,13 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog README
|
|||||||
|
|
||||||
.PHONY: check-valgrind check-valgrind-suppress
|
.PHONY: check-valgrind check-valgrind-suppress
|
||||||
|
|
||||||
|
install-exec-hook:
|
||||||
|
-@echo -e "\033[1;33m" # switch to yellow color text
|
||||||
|
@echo "NOTE: BIND 10 does not automatically start DNS services when it is run"
|
||||||
|
@echo " in its default configuration. Please see the Guide for information"
|
||||||
|
@echo " on how to configure these services to be started automatically."
|
||||||
|
-@echo -e "\033[m" # switch back to normal
|
||||||
|
|
||||||
check-valgrind:
|
check-valgrind:
|
||||||
if HAVE_VALGRIND
|
if HAVE_VALGRIND
|
||||||
@VALGRIND_COMMAND="$(VALGRIND) -q --gen-suppressions=all --track-origins=yes --num-callers=48 --leak-check=full --fullpath-after=" \
|
@VALGRIND_COMMAND="$(VALGRIND) -q --gen-suppressions=all --track-origins=yes --num-callers=48 --leak-check=full --fullpath-after=" \
|
||||||
|
6
README
6
README
@@ -58,5 +58,7 @@ For operating system specific tips see the wiki at:
|
|||||||
|
|
||||||
Please see the wiki and the doc/ directory for various documentation.
|
Please see the wiki and the doc/ directory for various documentation.
|
||||||
|
|
||||||
The BIND 10 suite is started by running "bind10". Note that the
|
The BIND 10 suite is started by running "bind10". Note that the default
|
||||||
default configuration does not run any DNS or DHCP servers.
|
configuration does not start any DNS or DHCP services. Please see the
|
||||||
|
Guide for information on how to configure these services to be started
|
||||||
|
automatically.
|
||||||
|
@@ -425,11 +425,12 @@ var/
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>In another console, enable the authoritative DNS service
|
<para>DNS and DHCP components are not started in the default
|
||||||
(by using the <command>bindctl</command> utility to configure
|
configuration. In another console, enable the authoritative
|
||||||
the <command>b10-auth</command> component to run):
|
DNS service (by using the <command>bindctl</command> utility
|
||||||
<screen>$ <userinput>bindctl</userinput></screen>
|
to configure the <command>b10-auth</command> component to
|
||||||
(Login with the provided default username and password.)
|
run): <screen>$ <userinput>bindctl</userinput></screen>
|
||||||
|
(Login with the provided default username and password.)
|
||||||
<screen>
|
<screen>
|
||||||
> <userinput>config add Boss/components b10-auth</userinput>
|
> <userinput>config add Boss/components b10-auth</userinput>
|
||||||
> <userinput>config set Boss/components/b10-auth/special auth</userinput>
|
> <userinput>config set Boss/components/b10-auth/special auth</userinput>
|
||||||
|
Reference in New Issue
Block a user