[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.15

Chris McDonough chrism@zope.com
Thu, 24 Jul 2003 16:28:01 -0400


Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv23922

Modified Files:
	zopeschema.xml 
Log Message:
Allow zoperunner to specify program.


=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.14 => 1.15 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.14	Sun Jul 20 22:21:03 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml	Thu Jul 24 16:27:56 2003
@@ -46,8 +46,14 @@
       here too.
     </description>
 
+    <multikey name="program" required="no">
+      <description>
+       The program(s) that will be run by the runner
+      </description>
+    </multikey>
+
     <key name="daemon" datatype="boolean"
-	 required="no" default="false">
+	 required="no" default="true">
       <description>
         Command-line option: -d or --daemon.
 
@@ -163,6 +169,15 @@
        Use a Python dotted-path name to specify the class factory function.
       </description>
     </key>
+
+    <key name="container-class" datatype=".importable_name">
+      <description>
+       Change the contiainer class a (mounted) database uses on a
+       per-database basis to support a different container than a plain
+       Folder. Use a Python dotted-path name to specify the container class.
+      </description>
+    </key>
+
   </sectiontype>
 
   <!-- end of type definitions -->