[Zope-Checkins] SVN: Zope/trunk/ Always configure a `blob-dir` in the default skeleton.

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 2 13:12:28 EDT 2011


Log message for revision 122064:
  Always configure a `blob-dir` in the default skeleton.
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2011-07-02 17:07:04 UTC (rev 122063)
+++ Zope/trunk/doc/CHANGES.rst	2011-07-02 17:12:27 UTC (rev 122064)
@@ -16,6 +16,8 @@
 Features Added
 ++++++++++++++
 
+- Always configure a `blob-dir` in the default skeleton.
+
 - ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded.
   This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2.
 

Modified: Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in
===================================================================
--- Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in	2011-07-02 17:07:04 UTC (rev 122063)
+++ Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in	2011-07-02 17:12:27 UTC (rev 122064)
@@ -568,33 +568,12 @@
 
 # Examples:
 #
-#  <ftp-server>
-#    # valid key is "address"
-#    address 8021
-#  </ftp-server>
-#
 #  <webdav-source-server>
 #    # valid keys are "address" and "force-connection-close"
 #    address 1980
 #    force-connection-close off
 #  </webdav-source-server>
 #
-#  <persistent-cgi>
-#    # valid key is "path"
-#    path somefile
-#  </persistent-cgi>
-#
-#  <fast-cgi>
-#    # valid key is "address"; the address may be hostname:port, port,
-#    # or a path for a Unix-domain socket
-#    address somefile
-#  </fast-cgi>
-#
-#  <monitor-server>
-#    # valid keys are "address"
-#    address 8099
-#  </monitor-server>
-#
 #  <icp-server>
 #    # valid key is "address"
 #    address 888
@@ -621,9 +600,9 @@
 <zodb_db main>
     # Main FileStorage database
     <filestorage>
-      # See .../ZODB/component.xml for directives (sectiontype
-      # "filestorage").
+      # See ZODB's component.xml for directives (sectiontype "filestorage").
       path $INSTANCE/var/Data.fs
+      blob-dir $INSTANCE/var/blobstorage
     </filestorage>
     mount-point /
 </zodb_db>



More information about the Zope-Checkins mailing list