From: Francis Dupont Date: Tue, 9 Jun 2015 08:13:37 +0000 (+0200) Subject: [3513] improved the config.report texts X-Git-Tag: trac3513_beforeW X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57303e247c92ea3751455ca9f24cdeb3f30fd9b3;p=thirdparty%2Fkea.git [3513] improved the config.report texts --- diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index a2a5fb948e..319c9c2370 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -94,14 +94,17 @@ - As for any Kea executable binary, the config.report - file produced by ./configure is embbeded. - The command extracting it is: + All of the executable binaries in Kea contain an embedded + copy of the config.report + file produced by ./configure. + The following command may be used to extract this information. + 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. strings path/kea-dhcp-ddns | sed -n 's/;;;; //p' - Beware the path to use for a binary - in the build tree finishes by .libs. diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index b0bcc42d98..9613138b69 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -58,14 +58,18 @@ - As for any Kea executable binary, the config.report - file produced by ./configure is embbeded. - The command extracting it is: + All of the executable binaries in Kea contain an embedded + copy of the config.report + file produced by ./configure. + The following command may be used to extract this information. + 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. + strings path/kea-dhcp4 | sed -n 's/;;;; //p' - Beware the path to use for a binary - in the build tree finishes by .libs. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index d10e99c39d..5c7f211407 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -56,14 +56,18 @@ - As for any Kea executable binary, the config.report - file produced by ./configure is embbeded. - The command extracting it is: + All of the executable binaries in Kea contain an embedded + copy of the config.report + file produced by ./configure. + The following command may be used to extract this information. + 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. + strings path/kea-dhcp6 | sed -n 's/;;;; //p' - Beware the path to use for a binary - in the build tree finishes by .libs.