|
Issue 7 of
ZEO Tracker
[]
|
Title: |
ZEO Tracker
|
Status: |
New
|
Security |
related:
No
|
Description: |
Index: start.py
===================================================================
RCS file: /cvs-repository/Packages/ZEO/start.py,v
retrieving revis...
|
From: |
tseaver
|
on: |
Mar 26, 01 11:58
|
|
tseaver
|
Last update:
|
Mar 26, 01 11:58
|
Topic/class: |
/bug report
|
Importance:
|
normal
|
Version info: |
|
Issue 7 Transcript
|
1 entry
|
= Request - Entry #1 by tseaver on Sep 27, 2000 6:07 am
Index: start.py
===================================================================
RCS file: /cvs-repository/Packages/ZEO/start.py,v
retrieving revision 1.13
diff -u -r1.13 start.py
--- start.py 2000/09/11 11:16:10 1.13
+++ start.py 2000/09/27 12:58:16
@@ -290,7 +290,7 @@
from zLOG import LOG, INFO
LOG('ZEO Server', INFO, "Shutting down (signal %s)" % signum)
except: pass
- if signum==dir: sys.exit(0)
+ if signum==die: sys.exit(0)
else: sys.exit(1)
signal.signal(signal.SIGTERM, handler)
========================================================
Tres Seaver [email protected]
Digital Creations "Zope Dealers" http://www.zope.org
|
|
|