Forráskód Böngészése

Change the location of locatedb to comply with the FHS. Fixes #1869.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 éve
szülő
commit
255418e274
2 módosított fájl, 6 hozzáadás és 1 törlés
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/findutils.xml

+ 5 - 0
chapter01/changelog.xml

@@ -38,6 +38,11 @@
     <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/locate</userinput></screen>
+    --localstatedir=/var/lib/misc</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>