[Zodb-checkins] CVS: ZODB3/zdaemon - zdoptions.py:1.22.16.1
zdrun.py:1.13.16.3
Tim Peters
tim.one at comcast.net
Mon Sep 15 17:27:31 EDT 2003
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv17778/zdaemon
Modified Files:
Tag: Zope-2_7-branch
zdoptions.py zdrun.py
Log Message:
Whitespace normalization (via Python's reindent.py script).
=== ZODB3/zdaemon/zdoptions.py 1.22 => 1.22.16.1 ===
--- ZODB3/zdaemon/zdoptions.py:1.22 Thu Feb 20 10:36:53 2003
+++ ZODB3/zdaemon/zdoptions.py Mon Sep 15 17:26:59 2003
@@ -118,7 +118,7 @@
add(name, confname)
Configuration option 'confname' maps to attribute 'name'
add(name, None, short, long)
- Command line option '-short' or '--long' maps to 'name'
+ Command line option '-short' or '--long' maps to 'name'
add(None, None, short, long, handler)
Command line option calls handler
add(name, None, short, long, handler)
=== ZODB3/zdaemon/zdrun.py 1.13.16.2 => 1.13.16.3 ===
--- ZODB3/zdaemon/zdrun.py:1.13.16.2 Mon Sep 15 14:02:55 2003
+++ ZODB3/zdaemon/zdrun.py Mon Sep 15 17:26:59 2003
@@ -563,7 +563,7 @@
"backoff=%r\n" % self.backoff +
"lasttime=%r\n" % self.proc.lasttime +
"application=%r\n" % self.proc.pid +
- "manager=%r\n" % os.getpid() +
+ "manager=%r\n" % os.getpid() +
"backofflimit=%r\n" % self.options.backofflimit +
"filename=%r\n" % self.proc.filename +
"args=%r\n" % self.proc.args)
@@ -631,7 +631,7 @@
def decode_wait_status(sts):
"""Decode the status returned by wait() or waitpid().
-
+
Return a tuple (exitstatus, message) where exitstatus is the exit
status, or -1 if the process was killed by a signal; and message
is a message telling what happened. It is the caller's
More information about the Zodb-checkins
mailing list