[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/component.xml use the new socket-binding-address datatype

Yvo Schubbe y.2005- at wcm-solutions.de
Thu May 19 03:00:59 EDT 2005


Log message for revision 30410:
  use the new socket-binding-address datatype

Changed:
  U   Zope/trunk/lib/python/ZServer/component.xml

-=-
Modified: Zope/trunk/lib/python/ZServer/component.xml
===================================================================
--- Zope/trunk/lib/python/ZServer/component.xml	2005-05-19 05:51:43 UTC (rev 30409)
+++ Zope/trunk/lib/python/ZServer/component.xml	2005-05-19 07:00:58 UTC (rev 30410)
@@ -37,7 +37,7 @@
   <sectiontype name="fast-cgi"
                datatype=".FCGIServerFactory"
                implements="ZServer.server">
-    <key name="address" datatype="socket-address"/>
+    <key name="address" datatype="socket-binding-address"/>
   </sectiontype>
 
   <sectiontype name="ftp-server"



More information about the Zope-Checkins mailing list