[Checkins] SVN: zope.mkzeoinstance/trunk/ Place the ``zeoctl`` socket in ``$INSTANCE_HOME/var``

Tres Seaver tseaver at palladion.com
Thu Apr 22 19:04:05 EDT 2010


Log message for revision 111288:
  Place the ``zeoctl`` socket  in ``$INSTANCE_HOME/var``
  
  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
  

Changed:
  U   zope.mkzeoinstance/trunk/CHANGES.txt
  U   zope.mkzeoinstance/trunk/src/zope/mkzeoinstance/__init__.py

-=-
Modified: zope.mkzeoinstance/trunk/CHANGES.txt
===================================================================
--- zope.mkzeoinstance/trunk/CHANGES.txt	2010-04-22 23:02:49 UTC (rev 111287)
+++ zope.mkzeoinstance/trunk/CHANGES.txt	2010-04-22 23:04:05 UTC (rev 111288)
@@ -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)

Modified: zope.mkzeoinstance/trunk/src/zope/mkzeoinstance/__init__.py
===================================================================
--- zope.mkzeoinstance/trunk/src/zope/mkzeoinstance/__init__.py	2010-04-22 23:02:49 UTC (rev 111287)
+++ zope.mkzeoinstance/trunk/src/zope/mkzeoinstance/__init__.py	2010-04-22 23:04:05 UTC (rev 111288)
@@ -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



More information about the checkins mailing list