[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.28
Guido van Rossum
guido@python.org
Sun, 19 Jan 2003 09:33:35 -0500
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv21685
Modified Files:
NEWS.txt
Log Message:
Change more uses of "zdaemon.py" to "zdrun.py".
=== ZODB3/NEWS.txt 1.27 => 1.28 ===
--- ZODB3/NEWS.txt:1.27 Fri Jan 17 13:31:33 2003
+++ ZODB3/NEWS.txt Sun Jan 19 09:33:32 2003
@@ -35,7 +35,7 @@
There is a new zdaemon implementation. This version is a separate
script that runs an arbitrary daemon. To run the ZEO server as a
-daemon, you would run "zdaemon.py runzeo.py". There is also a simple
+daemon, you would run "zdrun.py runzeo.py". There is also a simple
shell, zdctl.py, that can be used to manage a daemon. Try
"zdctl.py -p runzeo.py".
@@ -96,7 +96,7 @@
------------
The distutils setup now installs several Python scripts. The
-runzeo.py and zdaemon.py scripts mentioned above and several fsXXX.py
+runzeo.py and zdrun.py scripts mentioned above and several fsXXX.py
scripts from the Tools directory.
The test.py script does not run all the ZEO tests by default, because