From: Francis Dupont Date: Wed, 10 Jun 2015 14:33:06 +0000 (+0200) Subject: [3513] Added some texts (to improve) about -W & co in guides X-Git-Tag: trac3882a_base~3^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dd1239fbc84037b0b331eeac9cacbd4c588c6fc;p=thirdparty%2Fkea.git [3513] Added some texts (to improve) about -W & co in guides --- diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index 319c9c2370..a084477530 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -91,14 +91,29 @@ additional parameters and exits. + + + -W - prints out Kea configuration report + and exits. + + + + The -V returns the versions of the + external libraries dynamically linked, at the opposite + the -W describes the environment used + to build Kea. + + All of the executable binaries in Kea contain an embedded copy of the config.report - file produced by ./configure. + file produced by ./configure + and displayed by the -W command, + but is accessible in some other ways when needed. The following command may be used to extract this information. - The binary path, may be found in the + The binary path may be found in the install directory or in the .libs subdirectory in the source treee. For example kea/src/bin/d2/.libs/kea-dhcp-ddns. diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 9613138b69..b94839b384 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -55,14 +55,29 @@ additional parameters and exits. + + + -W - prints out Kea configuration report + and exits. + + + + The -V returns the versions of the + external libraries dynamically linked, at the opposite + the -W describes the environment used + to build Kea. + + All of the executable binaries in Kea contain an embedded copy of the config.report - file produced by ./configure. + file produced by ./configure + and displayed by the -W command, + but is accessible in some other ways when needed. The following command may be used to extract this information. - The binary path, may be found in the + The binary path may be found in the install directory or in the .libs subdirectory in the source treee. For example kea/src/bin/dhcp4/.libs/kea-dhcp4. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 5c7f211407..966cd12bcd 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -53,14 +53,29 @@ additional parameters and exits. + + + -W - prints out Kea configuration report + and exits. + + + + The -V returns the versions of the + external libraries dynamically linked, at the opposite + the -W describes the environment used + to build Kea. + + All of the executable binaries in Kea contain an embedded copy of the config.report - file produced by ./configure. + file produced by ./configure + and displayed by the -W command, + but is accessible in some other ways when needed. The following command may be used to extract this information. - The binary path, may be found in the + The binary path may be found in the install directory or in the .libs subdirectory in the source treee. For example kea/src/bin/dhcp6/.libs/kea-dhcp6.