[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - __init__.py:1.1.2.5
Chris McDonough
chrism@zope.com
Sat, 25 Jan 2003 21:56:53 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv11110
Modified Files:
Tag: chrism-install-branch
__init__.py
Log Message:
Change call to zdaemon.run in anticipation of merging to zdaemon HEAD.
=== Zope/lib/python/Zope/Startup/__init__.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/Zope/Startup/__init__.py:1.1.2.4 Sat Jan 25 18:05:13 2003
+++ Zope/lib/python/Zope/Startup/__init__.py Sat Jan 25 21:56:49 2003
@@ -285,7 +285,7 @@
# zdaemon.run creates a process which "manages" the actual Zope
# process (restarts it if it dies). The management process passes
# along signals that it receives to its child.
- zdaemon.run(sys.argv, pidfile=cfg.pid_filename)
+ zdaemon.run(sys.argv, cfg.pid_filename)
def do_locale(locale_id):
# workaround to allow unicode encoding conversions in DTML