]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed... 309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release 283-perfdhcp-fix-send-due_base 327-split-transmission-and-reception-control-buffers_base
authorFrancis Dupont <fdupont@isc.org>
Wed, 5 Dec 2018 23:38:21 +0000 (00:38 +0100)
committerWlodzimierz Wencel <wlodek@isc.org>
Thu, 6 Dec 2018 15:27:35 +0000 (10:27 -0500)
doc/guide/hooks-radius.xml
doc/guide/hooks.xml
doc/guide/intro.xml

index adc379fdce64a829ae37630f1e84c19759934d8b..12e92ae7c39505cf738c2672a16a6c8b5f08c34d 100644 (file)
@@ -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
index 995659aba72554e16f53f4deea598823a5831c0c..e5cfb5aa2b453c08e49b91a5727b19ec58dbad04 100644 (file)
@@ -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>
 
         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
index b078df0d1eaf74d8e00d03abe0aef3d0e93c0b43..1ad42209355d2d01f362ed415f700b8e94d8bd50 100644 (file)
@@ -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>