Browse Source

[3513] added some notices about the embedded config.report

Francis Dupont 10 years ago
parent
commit
70637db0aa
4 changed files with 39 additions and 0 deletions
  1. 11 0
      doc/guide/ddns.xml
  2. 11 0
      doc/guide/dhcp4-srv.xml
  3. 11 0
      doc/guide/dhcp6-srv.xml
  4. 6 0
      doc/guide/install.xml

+ 11 - 0
doc/guide/ddns.xml

@@ -94,6 +94,17 @@
       </itemizedlist>
       </itemizedlist>
 
 
       <para>
       <para>
+      As for any Kea executable binary, the <filename>config.report</filename>
+      file produced by <userinput>./configure</userinput> is embbeded.
+      The command extracting it is:
+<screen>
+strings <userinput>path</userinput>/kea-dhcp-ddns | sed -n 's/;;;; //p'
+</screen>
+      Beware the <userinput>path</userinput> to use for a binary
+      in the build tree finishes by <filename>.libs</filename>.
+      </para>
+
+      <para>
       Upon start up the module will load its configuration and begin listening
       Upon start up the module will load its configuration and begin listening
       for NCRs based on that configuration.
       for NCRs based on that configuration.
       </para>
       </para>

+ 11 - 0
doc/guide/dhcp4-srv.xml

@@ -58,6 +58,17 @@
       </itemizedlist>
       </itemizedlist>
 
 
       <para>
       <para>
+            As for any Kea executable binary, the <filename>config.report</filename>
+            file produced by <userinput>./configure</userinput> is embbeded.
+            The command extracting it is:
+<screen>
+strings <userinput>path</userinput>/kea-dhcp4 | sed -n 's/;;;; //p'
+</screen>
+            Beware the <userinput>path</userinput> to use for a binary
+            in the build tree finishes by <filename>.libs</filename>.
+      </para>
+
+      <para>
 	    When running in a console, the server can be shut down by
 	    When running in a console, the server can be shut down by
 	    pressing ctrl-c. It detects the key combination and shuts
 	    pressing ctrl-c. It detects the key combination and shuts
 	    down gracefully.
 	    down gracefully.

+ 11 - 0
doc/guide/dhcp6-srv.xml

@@ -56,6 +56,17 @@
       </itemizedlist>
       </itemizedlist>
 
 
       <para>
       <para>
+            As for any Kea executable binary, the <filename>config.report</filename>
+            file produced by <userinput>./configure</userinput> is embbeded.
+            The command extracting it is:
+<screen>
+strings <userinput>path</userinput>/kea-dhcp6 | sed -n 's/;;;; //p'
+</screen>
+            Beware the <userinput>path</userinput> to use for a binary
+            in the build tree finishes by <filename>.libs</filename>.
+      </para>
+
+      <para>
 	    When running in a console, the server can be shut down by
 	    When running in a console, the server can be shut down by
 	    pressing ctrl-c. It detects the key combination and shuts
 	    pressing ctrl-c. It detects the key combination and shuts
 	    down gracefully.
 	    down gracefully.

+ 6 - 0
doc/guide/install.xml

@@ -334,6 +334,12 @@ Debian and Ubuntu:
           dependencies.
           dependencies.
         </para>
         </para>
 
 
+        <para>
+          <userinput>./configure</userinput> when it succeeds displays a report
+          with the building parameters. This report is saved into 
+          <filename>config.report</filename> and embedded into executable
+          binaries, e.g., <userinput>kea-dhcp4</userinput>.
+        </para>
 
 
       </section>
       </section>