Browse Source

[3513] improved the config.report texts

Francis Dupont 10 years ago
parent
commit
57303e247c
3 changed files with 26 additions and 15 deletions
  1. 8 5
      doc/guide/ddns.xml
  2. 9 5
      doc/guide/dhcp4-srv.xml
  3. 9 5
      doc/guide/dhcp6-srv.xml

+ 8 - 5
doc/guide/ddns.xml

@@ -94,14 +94,17 @@
       </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:
+            All of the executable binaries in Kea contain an embedded
+            copy of the <filename>config.report</filename>
+            file produced by <userinput>./configure</userinput>.
+            The following command may be used to extract this information.
+            The binary <userinput>path</userinput>, may be found in the
+            install directory or in the <filename>.libs</filename>
+            subdirectory in the source treee. For example
+            <filename>kea/src/bin/d2/.libs/kea-dhcp-ddns</filename>.
 <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>

+ 9 - 5
doc/guide/dhcp4-srv.xml

@@ -58,14 +58,18 @@
       </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:
+            All of the executable binaries in Kea contain an embedded
+            copy of the <filename>config.report</filename>
+            file produced by <userinput>./configure</userinput>.
+            The following command may be used to extract this information.
+            The binary <userinput>path</userinput>, may be found in the
+            install directory or in the <filename>.libs</filename>
+            subdirectory in the source treee. For example
+            <filename>kea/src/bin/dhcp4/.libs/kea-dhcp4</filename>.
+
 <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>

+ 9 - 5
doc/guide/dhcp6-srv.xml

@@ -56,14 +56,18 @@
       </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:
+            All of the executable binaries in Kea contain an embedded
+            copy of the <filename>config.report</filename>
+            file produced by <userinput>./configure</userinput>.
+            The following command may be used to extract this information.
+            The binary <userinput>path</userinput>, may be found in the
+            install directory or in the <filename>.libs</filename>
+            subdirectory in the source treee. For example
+            <filename>kea/src/bin/dhcp6/.libs/kea-dhcp6</filename>.
+
 <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>