r892 - /zope-debhelper/trunk/autoscripts/postinst-dzinstance

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sat Jun 16 17:23:22 UTC 2007


Author: kobold
Date: Sat Jun 16 17:23:22 2007
New Revision: 892

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=892
Log:
Start the ZEO instance after creating it.

Modified:
    zope-debhelper/trunk/autoscripts/postinst-dzinstance

Modified: zope-debhelper/trunk/autoscripts/postinst-dzinstance
URL: http://svn.debian.org/wsvn/pkg-zope/zope-debhelper/trunk/autoscripts/postinst-dzinstance?rev=892&op=diff
==============================================================================
--- zope-debhelper/trunk/autoscripts/postinst-dzinstance (original)
+++ zope-debhelper/trunk/autoscripts/postinst-dzinstance Sat Jun 16 17:23:22 2007
@@ -52,6 +52,7 @@
             db_get $PKG/instance-zeo-port
             zeoport="$RET"
             dzhandle -z $ZVER make-zeoinstance $INSTANCE $zeoport
+            dzhandle -z $ZVER zeoctl $INSTANCE start
             ZEOSERVER="--zeo-server=\"localhost:$zeoport\""
         else
             ZEOSERVER=""




More information about the pkg-zope-commits mailing list