From: Francis Dupont Date: Wed, 5 Dec 2018 23:38:21 +0000 (+0100) Subject: [309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed... X-Git-Tag: 283-perfdhcp-fix-send-due_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895fd85b6b04cdb280c8fa46250f71263106c30b;p=thirdparty%2Fkea.git [309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed entity syntax --- 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 The next step is to extract premium Kea package that contains Radius repository @@ -166,7 +166,7 @@ a premium/ subdirectory. $ cd kea - $ tar zxvf ../kea-premium-radius-%keaversion;.tar.gz + $ tar zxvf ../kea-premium-radius-&keaversion;.tar.gz Once this is done, make sure the kea sources look similar to this: @@ -226,8 +226,8 @@ should look as follows: 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 @@ 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. @@ -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: -$ tar zxvf kea-%keaversion;.tar.gz +$ tar zxvf kea-&keaversion;.tar.gz - 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. 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: - $ cd kea-%keaversion; - $ tar xvf ../kea-premium-%keaversion;.tar.gz + $ cd kea-&keaversion; + $ tar xvf ../kea-premium-&keaversion;.tar.gz 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 @@ $ tar zxvf kea-%keaversion;.tar.gz 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 @@ Supported Platforms 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: CentOS Linux — 7.1804 (aka 7.5) Fedora — 27, 28