[Zope-Checkins] CVS: Zope - setup.py:1.40
Fred Drake
cvs-admin at zope.org
Fri Oct 24 17:30:13 EDT 2003
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv22326
Modified Files:
setup.py
Log Message:
Change the ZEO control process and configuration schema so that a single
configuration file can be used for both the runzeo and zeoctl scripts.
This makes it easier to keep all the configuration needed to support the
ZEO server process in a single file.
For more explanation of the changes, see
http://zope.org/Members/fdrake/WikiBlog/ZEOServerConfiguration
=== Zope/setup.py 1.39 => 1.40 ===
--- Zope/setup.py:1.39 Tue Oct 7 16:12:34 2003
+++ Zope/setup.py Fri Oct 24 17:29:43 2003
@@ -647,7 +647,9 @@
author=AUTHOR,
packages=['zdaemon', 'zdaemon.tests'],
- data_files=[['zdaemon', ['zdaemon/sample.conf', 'zdaemon/schema.xml']],
+ data_files=[['zdaemon', ['zdaemon/sample.conf',
+ 'zdaemon/component.xml',
+ 'zdaemon/schema.xml']],
['zdaemon/tests', ['zdaemon/tests/donothing.sh']]]
)
More information about the Zope-Checkins
mailing list