[Zope-Checkins] CVS: Zope - setup.py:1.31.2.8

Fred Drake cvs-admin at zope.org
Fri Oct 24 17:33:29 EDT 2003


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv22928

Modified Files:
      Tag: Zope-2_7-branch
	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.31.2.7 => 1.31.2.8 ===
--- Zope/setup.py:1.31.2.7	Tue Oct  7 16:15:27 2003
+++ Zope/setup.py	Fri Oct 24 17:32:58 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