18 Jun
2005
18 Jun
'05
2:28 a.m.
[Tim]
So, best guesses (please scream where I'm wrong):
- This is because service.py doesn't define a SvcShutdown method, just a SvcStop method,
- It's a good idea to add a SvcShutdown method to service.py.
- It would suffice to add
SvcShutdown = SvcStop
to service.py.
If nobody disagrees (or even if everyone disagrees except Mark <wink>), I'll add that to the various Zope branches.
Thanks Tim - I'd never noticed that omission. You are completely correct. I'll test this next time I need to reboot (which contrary to popular opinion isn't that often <wink>). Mark.