Skip to content

Commit

Permalink
Place the zeoctl socket in $INSTANCE_HOME/var
Browse files Browse the repository at this point in the history
Previously, the socket was made in ``$INSTANCE_HOME/etc``, which should
ideally not be writable by the process.

See: https://bugs.launchpad.net/zope.mkzeoinstance/+bug/175981
  • Loading branch information
tseaver committed Apr 22, 2010
1 parent 17df4cf commit e3349d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
3.9.5 (unreleased)
------------------

- TBD
- Place the socket used by the ``zeoctl`` control process to conmmunicate
with its ``runzeo`` daemaon in ``$INSTANCE_HOME/var``, instead of
``$INSTANCE_HOME/etc`` (which would idealy not be writable by the process).
See: https://bugs.launchpad.net/zope.mkzeoinstance/+bug/175981


3.9.4 (2010-04-22)
Expand Down
2 changes: 1 addition & 1 deletion src/zope/mkzeoinstance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<runner>
program $INSTANCE/bin/runzeo
socket-name $INSTANCE/etc/%(package)s.zdsock
socket-name $INSTANCE/var/%(package)s.zdsock
daemon true
forever false
backoff-limit 10
Expand Down

0 comments on commit e3349d2

Please sign in to comment.