~vcs-imports/zope.app.server/trunk

« back to all changes in this revision

Viewing changes to src/zope/app/server/servercontrol.py

  • Committer: fafhrd
  • Date: 2009-12-20 03:19:33 UTC
  • Revision ID: vcs-imports@canonical.com-20091220031933-076ft5nd2cqo3qq7
Use zope.password instead of zope.app.authentication

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
##############################################################################
14
14
"""Server Control Implementation
15
15
 
16
 
$Id: servercontrol.py 84242 2008-02-25 20:17:10Z jim $
 
16
$Id: servercontrol.py 106792 2009-12-20 03:19:33Z fafhrd $
17
17
"""
18
18
 
19
19
from zope.app.applicationcontrol.interfaces import IServerControl
41
41
 
42
42
        # Passing an exit status of 1 causes zdaemon to restart the process.
43
43
        zope.app.server.main.exit_status = 1
44
 
        
 
44
 
45
45
 
46
46
serverControl = ServerControl()