Commit 6b1aa57d authored by Toby Dickenson's avatar Toby Dickenson

merged toby-daemon-cwd-branch: Collector 285: zope working directory

parent 65086f91
......@@ -88,6 +88,8 @@ Zope Changes
provide a more intuitive traceback for operating systems with a
limited gmtime() implementations
- Collector #285: Zope changes its working directory
to the var directory at startup
Zope 2.5.1 beta 1
......
......@@ -477,6 +477,8 @@ if Zpid and not READ_ONLY:
zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid))
os.chdir(CLIENT_HOME)
try:
# Import logging support
import zLOG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment