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

Hanno Schlichting <[email protected]>
Newsgroups gmane.comp.web.zope.cvs
Message-ID <[email protected]>
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>

_______________________________________________
Zope-Checkins maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-checkins
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.