[Zope-Checkins] CVS: Publishers/ZServer  - start.py:1.6
   
    michel@digicool.com
     
    michel@digicool.com
       
    Fri, 16 Apr 1999 23:27:32 -0400
    
    
  
Update of /cvs-repository//Publishers/ZServer
In directory aldous:/projects/users/zs_zope/ZServer
Modified Files:
	start.py 
Log Message:
Changed INSTANCE_HOME to be = to SOFTWARE_HOME + 'var'.  
Fixed a doc string that said S_H was the same as I_H
Added a Unix path to cheapen the experience and remove that nasty DOS
path.
If the log file doesn't exist, create instead of failing
Updates an INSTANCE_HOME + 'ZServer.pid' file with the process
id.  To convieniently kill ZServer.  yes this work with wondows.