Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
235
Issues
235
List
Board
Labels
Milestones
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
895fd85b
Commit
895fd85b
authored
Dec 05, 2018
by
Francis Dupont
Committed by
Wlodzimierz Wencel
Dec 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed entity syntax
parent
63f79c8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
hooks-radius.xml
doc/guide/hooks-radius.xml
+4
-4
hooks.xml
doc/guide/hooks.xml
+9
-9
intro.xml
doc/guide/intro.xml
+1
-1
No files found.
doc/guide/hooks-radius.xml
View file @
895fd85b
...
...
@@ -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
...
...
doc/guide/hooks.xml
View file @
895fd85b
...
...
@@ -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
...
...
doc/guide/intro.xml
View file @
895fd85b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment