From: Francis Dupont Date: Sun, 17 May 2015 15:22:22 +0000 (+0200) Subject: [3513] added some notices about the embedded config.report X-Git-Tag: trac3859_base~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70637db0aa3f64dfd4e6a67435991c53790a7e00;p=thirdparty%2Fkea.git [3513] added some notices about the embedded config.report --- diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index 213847e536..a2a5fb948e 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -93,6 +93,17 @@ + + As for any Kea executable binary, the config.report + file produced by ./configure is embbeded. + The command extracting it is: + +strings path/kea-dhcp-ddns | sed -n 's/;;;; //p' + + Beware the path to use for a binary + in the build tree finishes by .libs. + + Upon start up the module will load its configuration and begin listening for NCRs based on that configuration. diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 41bd5852a0..b0bcc42d98 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -57,6 +57,17 @@ + + As for any Kea executable binary, the config.report + file produced by ./configure is embbeded. + The command extracting it is: + +strings path/kea-dhcp4 | sed -n 's/;;;; //p' + + Beware the path to use for a binary + in the build tree finishes by .libs. + + When running in a console, the server can be shut down by pressing ctrl-c. It detects the key combination and shuts diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 9c4496a3c1..d10e99c39d 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -55,6 +55,17 @@ + + As for any Kea executable binary, the config.report + file produced by ./configure is embbeded. + The command extracting it is: + +strings path/kea-dhcp6 | sed -n 's/;;;; //p' + + Beware the path to use for a binary + in the build tree finishes by .libs. + + When running in a console, the server can be shut down by pressing ctrl-c. It detects the key combination and shuts diff --git a/doc/guide/install.xml b/doc/guide/install.xml index edfb374a98..b620f03575 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -334,6 +334,12 @@ Debian and Ubuntu: dependencies. + + ./configure when it succeeds displays a report + with the building parameters. This report is saved into + config.report and embedded into executable + binaries, e.g., kea-dhcp4. +