]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3513] added some notices about the embedded config.report
authorFrancis Dupont <fdupont@isc.org>
Sun, 17 May 2015 15:22:22 +0000 (17:22 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 17 May 2015 15:22:22 +0000 (17:22 +0200)
doc/guide/ddns.xml
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml
doc/guide/install.xml

index 213847e53640cbab7a2f8c3ad412bdaad81229dd..a2a5fb948e9f947020726994b80833e65219b31b 100644 (file)
           </listitem>
       </itemizedlist>
 
+      <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
       for NCRs based on that configuration.
index 41bd5852a07db685bb3fe50eb05270efabdbe66c..b0bcc42d985ebe337d893e4950ed757559baa1fd 100644 (file)
           </listitem>
       </itemizedlist>
 
+      <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
            pressing ctrl-c. It detects the key combination and shuts
index 9c4496a3c1208d4711fdbfaa8023a21268b994a0..d10e99c39db230b3839f4d51389235597c338b55 100644 (file)
           </listitem>
       </itemizedlist>
 
+      <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
            pressing ctrl-c. It detects the key combination and shuts
index edfb374a984be83abcefea3f3ca6630cae82f9d0..b620f03575925a47ad72c1d5639ec0b4e113d710 100644 (file)
@@ -334,6 +334,12 @@ Debian and Ubuntu:
           dependencies.
         </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>