[Zodb-checkins] CVS: ZODB3/zdaemon - schema.xml:1.2
Guido van Rossum
guido@python.org
Thu, 16 Jan 2003 20:59:15 -0500
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv31307
Modified Files:
schema.xml
Log Message:
The program should be a list of strings.
=== ZODB3/zdaemon/schema.xml 1.1 => 1.2 ===
--- ZODB3/zdaemon/schema.xml:1.1 Tue Jan 14 17:20:10 2003
+++ ZODB3/zdaemon/schema.xml Thu Jan 16 20:59:12 2003
@@ -5,7 +5,7 @@
</description>
<sectiontype name="zdctl">
- <key name="program" datatype="string" required="yes" />
+ <key name="program" datatype="string-list" required="yes" />
</sectiontype>
<section name="*" type="zdctl" attribute="zdctl" required="yes" />