Commit bfc7a38d authored by Fred Drake's avatar Fred Drake

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
parent 88a1abe6
......@@ -647,7 +647,9 @@ setup(
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']]]
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment