</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.
</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
</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
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>