[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. _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
