7 May
1999
7 May
'99
10:12 p.m.
Hello, I think I've found a bug in the zinit.py file. Here is a patch to fix it. Tony diff -ru orig.Zope-1.11.0pr1-src/ZServer/zinit.py Zope-1.11.0pr1-src/ZServer/zinit.py --- orig.Zope-1.11.0pr1-src/ZServer/zinit.py Fri Apr 30 15:20:50 1999 +++ Zope-1.11.0pr1-src/ZServer/zinit.py Fri May 7 15:58:48 1999 @@ -165,7 +165,7 @@ def forkit(attempts = FORK_ATTEMPTS): while attempts: # if at first you don't succeed... - attempts = attempts + 1 + attempts = attempts - 1 try: pid = os.fork() except os.error: