summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-12-06 00:38:21 +0100
committerWlodzimierz Wencel <wlodek@isc.org>2018-12-06 10:27:35 -0500
commit895fd85b6b04cdb280c8fa46250f71263106c30b (patch)
treeadc58ce925f069a3406eebef1cbf6c3e046042ff
parent63f79c8d74e1e96407db9c4c5f4b76300e4927b9 (diff)
[309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed entity syntax327-split-transmission-and-reception-control-buffers_base283-perfdhcp-fix-send-due_base
-rw-r--r--doc/guide/hooks-radius.xml8
-rw-r--r--doc/guide/hooks.xml18
-rw-r--r--doc/guide/intro.xml2
3 files changed, 14 insertions, 14 deletions
diff --git a/doc/guide/hooks-radius.xml b/doc/guide/hooks-radius.xml
index adc379fdce..12e92ae7c3 100644
--- a/doc/guide/hooks-radius.xml
+++ b/doc/guide/hooks-radius.xml
@@ -157,7 +157,7 @@ $ sudo ./b2 install
$ git clone https://github.com/isc-projects/kea
# Get a tarball and extract it
-$ tar zxvf kea-%keaversion;.tar.gz
+$ tar zxvf kea-&keaversion;.tar.gz
</screen>
The next step is to extract premium Kea package that contains Radius repository
@@ -166,7 +166,7 @@ a premium/ subdirectory.
<screen>
$ cd kea
- $ tar zxvf ../kea-premium-radius-%keaversion;.tar.gz
+ $ tar zxvf ../kea-premium-radius-&keaversion;.tar.gz
</screen>
Once this is done, make sure the kea sources look similar to this:
@@ -226,8 +226,8 @@ should look as follows:</para>
Package:
Name: kea
- Version: %keaversion;
- Extended version: %keaversion; (tarball)
+ Version: &keaversion;
+ Extended version: &keaversion; (tarball)
OS Family: Linux
Hooks directory: /usr/local/lib/hooks
diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml
index 995659aba7..e5cfb5aa2b 100644
--- a/doc/guide/hooks.xml
+++ b/doc/guide/hooks.xml
@@ -91,7 +91,7 @@
<para>
1. Download the package. You will receive detailed instructions how to
get it separately. This will be a file with a name similar to
- kea-premium-%keaversion;.tar.gz. Your name may differ depending on which
+ kea-premium-&keaversion;.tar.gz. Your name may differ depending on which
package you got.
</para>
@@ -100,26 +100,26 @@
open-source Kea package still on your system (from when you installed
Kea), skip this step. Otherwise extract the Kea source from the
original tarball you downloaded. For example, if you downloaded Kea
- %keaversion;., you should have a tarball called kea-%keaversion;.tar.gz on your
+ &keaversion;., you should have a tarball called kea-&keaversion;.tar.gz on your
system. Unpack this tarball:
<screen>
-$ <userinput>tar zxvf kea-%keaversion;.tar.gz</userinput>
+$ <userinput>tar zxvf kea-&keaversion;.tar.gz</userinput>
</screen>
- This will unpack the tarball into the kea-%keaversion; subdirectory of your
+ This will unpack the tarball into the kea-&keaversion; subdirectory of your
current working directory.
</para>
<para>
3. Unpack the Kea premium tarball into the directory into which Kea was
unpacked. For example, assuming that you followed step 2 and that Kea
- %keaversion; has been unpacked into a kea-%keaversion; subdirectory and that
+ &keaversion; has been unpacked into a kea-&keaversion; subdirectory and that
the Kea premium tarball is in your current directory, the following steps will
unpack the premium tarball into the correct location:
<screen>
- $ <userinput>cd kea-%keaversion;</userinput>
- $ <userinput>tar xvf ../kea-premium-%keaversion;.tar.gz</userinput>
+ $ <userinput>cd kea-&keaversion;</userinput>
+ $ <userinput>tar xvf ../kea-premium-&keaversion;.tar.gz</userinput>
</screen>
Note that unpacking the Kea premium package will put the files into a
directory named premium. Regardless of the name of your package, the
@@ -143,8 +143,8 @@ $ <userinput>tar zxvf kea-%keaversion;.tar.gz</userinput>
<screen>
Package:
Name: kea
- Version: %keaversion;
- Extended version:%keaversion; (tarball)
+ Version: &keaversion;
+ Extended version:&keaversion; (tarball)
OS Family: Linux
Using GNU sed: yes
Premium package: yes
diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml
index b078df0d1e..1ad4220935 100644
--- a/doc/guide/intro.xml
+++ b/doc/guide/intro.xml
@@ -35,7 +35,7 @@
<title>Supported Platforms</title>
<para>
Kea is officially supported on CentOS, Fedora, Ubuntu, Debian and FreeBSD systems.
- It is also likely to work on many other platforms. Kea-%keaversion; builds have been tested on:
+ It is also likely to work on many other platforms. Kea-&keaversion; builds have been tested on:
<itemizedlist>
<listitem>CentOS Linux — 7.1804 (aka 7.5)</listitem>
<listitem>Fedora — 27, 28</listitem>