2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00

Fix a typo.

Change a path for finding reviewed code in svn.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1651 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
Jeremy C. Reed
2010-03-26 14:35:23 +00:00
parent 730b681b42
commit 61f47f32e2

View File

@@ -423,8 +423,8 @@ implementation in BIND 10.
control system. This is powered by Subversion and all the BIND 10 control system. This is powered by Subversion and all the BIND 10
development is public. development is public.
The leading development is done in the <quote>trunk</quote> The leading development is done in the <quote>trunk</quote>
and the first year prototype containing reviewed code is in and the reviewed code is in
<filename>branches/Y1</filename>. <filename>branches/REVIEWED</filename>.
</para> </para>
<para> <para>
The code can be checked out from <filename>svn://bind10.isc.org/svn/bind10</filename>; for example to check out the trunk: The code can be checked out from <filename>svn://bind10.isc.org/svn/bind10</filename>; for example to check out the trunk:
@@ -873,7 +873,7 @@ but you might wanna check with likun
<!-- TODO: maybe allow request from server side --> <!-- TODO: maybe allow request from server side -->
The <command>b10-cmdctl</command> daemon does not provide a The <command>b10-cmdctl</command> daemon does not provide a
public service. If any client wants to control BIND 10, then public service. If any client wants to control BIND 10, then
a certificate needs to be first recieved from the BIND 10 a certificate needs to be first received from the BIND 10
administrator. administrator.
The BIND 10 installation provides a sample PEM bundle that matches The BIND 10 installation provides a sample PEM bundle that matches
the sample key and certificate. the sample key and certificate.