1
0
Quellcode durchsuchen

Ensure that GDBM is added to the info 'dir' file

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs vor 15 Jahren
Ursprung
Commit
03b12974a1
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 5 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/gdbm.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2010-02-17</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Ensure that GDBM is added to the info 'dir' file.
+          Thanks to Randy McMurchy for the fix.
+          Fixes <ulink url="&lfs-ticket-root;2574">#2574</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] Put file before glibc in chapter 6 for better test 
           coverage.  Fixes <ulink url="&lfs-ticket-root;2568">#2568</ulink>.</para>

+ 5 - 0
chapter06/gdbm.xml

@@ -62,6 +62,11 @@
 
 <screen><userinput remap="install">make install-compat</userinput></screen>
 
+    <para>Fix a minor installation issue by manually adding GDBM to the
+    <command>info</command> table of contents:</para>
+
+<screen><userinput remap="install">install-info --dir-file=/usr/info/dir /usr/info/gdbm.info</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-gdbm" role="content">