From: Wlodek Wencel Date: Tue, 4 Dec 2018 14:25:41 +0000 (+0100) Subject: [#309,ssh bikeshed.isc.org] removed static kea versions from xml files X-Git-Tag: 283-perfdhcp-fix-send-due_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f79c8d74e1e96407db9c4c5f4b76300e4927b9;p=thirdparty%2Fkea.git [#309,ssh bikeshed.isc.org] removed static kea versions from xml files --- diff --git a/doc/guide/ctrl-channel.xml b/doc/guide/ctrl-channel.xml index 7407c5d313..0fdf8e8340 100644 --- a/doc/guide/ctrl-channel.xml +++ b/doc/guide/ctrl-channel.xml @@ -24,9 +24,7 @@ on-line reconfiguration without requiring server shutdown. Both servers can be instructed to open control sockets, which is a communication channel. The server is able to receive - commands on that channel, act on them and report back status. - While the set of commands in Kea 1.2.0 is limited, - the number is expected to grow over time. + commands on that channel, act on them and report back status. The DHCPv4 and DHCPv6 servers receive commands over the unix domain sockets. The details how to configure these sockets, diff --git a/doc/guide/hooks-radius.xml b/doc/guide/hooks-radius.xml index edd2e261b8..adc379fdce 100644 --- a/doc/guide/hooks-radius.xml +++ b/doc/guide/hooks-radius.xml @@ -8,7 +8,11 @@ - This license applies to the documentation itself, not the software. --> - + + +%keaversion; +]>
radius: RADIUS server support @@ -153,7 +157,7 @@ $ sudo ./b2 install $ git clone https://github.com/isc-projects/kea # Get a tarball and extract it -$ tar zxvf kea-1.4.0.tar.gz +$ tar zxvf kea-%keaversion;.tar.gz The next step is to extract premium Kea package that contains Radius repository @@ -162,7 +166,7 @@ a premium/ subdirectory. $ cd kea - $ tar zxvf ../kea-premium-radius-1.4.0.tar.gz + $ tar zxvf ../kea-premium-radius-%keaversion;.tar.gz Once this is done, make sure the kea sources look similar to this: @@ -222,8 +226,8 @@ should look as follows: Package: Name: kea - Version: 1.4.0-git - Extended version: 1.4.0-git (git ab3cb8afbb7a4cdaa9cbb279fd783aa126a7912a) + 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 48f3c8d151..995659aba7 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -6,6 +6,12 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + + +%keaversion; +]> + @@ -85,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-1.4.0.tar.gz. Your name may differ depending on which + kea-premium-%keaversion;.tar.gz. Your name may differ depending on which package you got. @@ -94,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 - 1.4.0., you should have a tarball called kea-1.4.0.tar.gz on your + %keaversion;., you should have a tarball called kea-%keaversion;.tar.gz on your system. Unpack this tarball: -$ tar zxvf kea-1.5.0.tar.gz +$ tar zxvf kea-%keaversion;.tar.gz - This will unpack the tarball into the kea-1.5.0 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 - 1.5.0 has been unpacked into a kea-1.5.0 subdirectory and that the Kea - premium tarball is in your current directory, the following steps will + %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-1.5.0 - $ tar xvf ../kea-premium-1.5.0.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 @@ -137,8 +143,8 @@ $ tar zxvf kea-1.5.0.tar.gz Package: Name: kea - Version: 1.5.0 - Extended version:1.5.0 (tarball) + Version: %keaversion; + Extended version:%keaversion; (tarball) OS Family: Linux Using GNU sed: yes Premium package: yes @@ -237,7 +243,7 @@ $ ls -l /usr/local/lib/hooks/*.so - The library reloading behavior has changed in Kea 1.1. Libraries are + The library reloading behavior has changed in Kea 1.1.0. Libraries are reloaded, even if their list hasn't changed. Kea does that, because the parameters specified for the library (or the files those parameters point to) may have changed. diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index fa279ee53c..b078df0d1e 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 1.5.0 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