]> arthur.barton.de Git - netatalk.git/blobdiff - doc/FAQ
Add a README.cnid which talks about what CNID is, and what it means to
[netatalk.git] / doc / FAQ
diff --git a/doc/FAQ b/doc/FAQ
index 676e67560cc40a9cf19634e9d5d402234576828c..f06a80e932daab8bf3ad8e350d11e93e1237552e 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,5 +1,5 @@
 Netatalk Frequently Asked Questions
-($Id: FAQ,v 1.8 2002-02-01 06:15:34 srittau Exp $)
+($Id: FAQ,v 1.11 2003-01-04 22:14:03 jmarcus Exp $)
 
 -----------------------------------------------------------------------------
 
@@ -54,7 +54,7 @@ Q28a: How can I set Samba to hide the netatalk specific files (e.g.
 Q29: I compiled Samba with the --with-netatalk flag. What did that do?
 Q30: What about the differences in naming schemes, and legal/illegal
      characters between Windows, Macs (and unix?)
-Q31: Where can I get the cnid-db (berkely db3) software? (needed for
+Q31: Where can I get the cnid-db (Berkely DB) software? (needed for
      --with-did=cnid)
 Q32: What about security in Netatalk?
 
@@ -209,13 +209,11 @@ Q7: I'm getting this message in my logs:
 A:  Compile with the --with-did=last flag set. This activates a different
     method of calculating inodes in the software, and will hopefully fix some
     of these problems. This code, along with the CNID code, was still being
-    worked out in Pre7. The cnid/db3 flags also go along with this:
-      --with-db3=PATH         specify path to Berkeley DB3 installation
-      --with-did=[scheme]     set DID scheme (last,mtab,cnid
+    worked out in Pre7. The cnid/bdb flags also go along with this:
+      --with-bdb=PATH         specify path to Berkeley DB installation
+      --with-did=[scheme]     set DID scheme (cnid,last
     
-    (For more information on CNID, see the README.cnid file [may not exist yet], 
-    into which I just copied wholesale Joe's comments on what he did with 
-    cnid and lastdid.)
+    (For more information on CNID, see the README.cnid file.)
     
     --with-did=last reverted things back to the old 1.4b2 directory ID
     calculation algorithm.  This also solved the problem of the syslog
@@ -559,7 +557,7 @@ A:   Check out the documentation about the 'mswindows' flag in afpd.conf (?).
      respectively). Educating the end user is important for this problem.
 
 
-Q31: Where can I get the cnid-db (berkely db3) software? (needed for
+Q31: Where can I get the cnid-db (Berkely DB) software? (needed for
      --with-did=cnid)
 
 A:   First check to see if your unix has a port or package. If not,