[Zope-CVS] CVS: Products/DBTab - dbtab.conf.in:1.5

Shane Hathaway shane@zope.com
Mon, 6 Jan 2003 11:59:06 -0500


Update of /cvs-repository/Products/DBTab
In directory cvs.zope.org:/tmp/cvs-serv13323

Modified Files:
	dbtab.conf.in 
Log Message:
Updated docs

=== Products/DBTab/dbtab.conf.in 1.4 => 1.5 ===
--- Products/DBTab/dbtab.conf.in:1.4	Wed Dec 18 17:19:33 2002
+++ Products/DBTab/dbtab.conf.in	Mon Jan  6 11:59:03 2003
@@ -430,14 +430,15 @@
 ## Berkeley-backed storage.  (A lot of these directions are copied
 ## from BerkeleyBase.py.)
 ##
-## BDBStorage provides two variants: Full and Minimal.  Full provides
-## undo and versioning, while Minimal does not.  Choose which one to
-## use in the "type" field.
+## BDBStorage provides two variants: BDBFullStorage and
+## BDBMinimalStorage.  BDBFullStorage provides undo and versioning,
+## while BDBMinimalStorage does not.  Choose which one to use in the
+## "type" field.
 ##
 ######################################################################
 
-# [Storage: Example]
-# type=Full   # or Minimal
+# [Storage: BDB]
+# type=BDBFullStorage   # or BDBMinimalStorage
 
 ## Optional env, if given, is a string that names the database
 ## environment, i.e. essentially the name of a directory into which