From: Marcin Siodelski Date: Fri, 22 Aug 2014 13:03:06 +0000 (+0200) Subject: [3519] Addressed review comments. X-Git-Tag: trac3482_base~17^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1904d8ce53f8328ae54f89137e8696519e84cc;p=thirdparty%2Fkea.git [3519] Addressed review comments. --- 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 .