From 3a1904d8ce53f8328ae54f89137e8696519e84cc Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 22 Aug 2014 15:03:06 +0200 Subject: [PATCH] [3519] Addressed review comments. --- doc/guide/quickstart.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 1bbcd4b0a6..98fe3587e2 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -14,7 +14,7 @@
- Quick start guide for DHCPv4 and DHCPv6 services + Quick start guide for DHCPv4 and DHCPv6 services. @@ -41,7 +41,6 @@ Go into the source directory and run the configure script: $ cd kea-0.9-beta1 -$ autoreconf --install $ ./configure [your extra parameters] @@ -54,8 +53,8 @@ $ ./configure [your extra parameters] Install it (by default the installation prefix is /usr/local/, - so you need root privileges for that step): - $ make install + so you likely need root privileges for that step): + # make install @@ -63,7 +62,7 @@ $ ./configure [your extra parameters] Edit configuration file which is by default installed in [kea-install-dir]/etc/kea/kea.conf and contains configuration for all Kea services. Configuration choices for DHCPv4 - and DHCPv6 services are described in and respectively. + and DHCPv6 services are described in and , respectively. @@ -105,7 +104,7 @@ $ ./configure [your extra parameters] The details of keactrl script usage can be found - in + in .