Ver código fonte

Revert the change in locatedb's location. It was incomplete and possibly moved locatedb to the wrong location

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 anos atrás
pai
commit
6199f2c090
2 arquivos alterados com 1 adições e 6 exclusões
  1. 0 5
      chapter01/changelog.xml
  2. 1 1
      chapter06/findutils.xml

+ 0 - 5
chapter01/changelog.xml

@@ -38,11 +38,6 @@
     <listitem>
       <para>2006-08-31</para>
       <itemizedlist>
-        <listitem>
-          <para>[matthew] - Change the location of locatedb from
-          /var/lib/locate to /var/lib/misc so as to comply with the FHS.  Fixes
-          #1869.</para>
-        </listitem>
         <listitem>
           <para>[matthew] - Remove spurious curly braces from the example
           /etc/resolv.conf.  Fixes #1870.</para>

+ 1 - 1
chapter06/findutils.xml

@@ -40,7 +40,7 @@
     <para>Prepare Findutils for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
-    --localstatedir=/var/lib/misc</userinput></screen>
+    --localstatedir=/var/lib/locate</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>