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

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sat Jun 16 17:05:06 UTC 2007


Author: kobold
Date: Sat Jun 16 17:05:05 2007
New Revision: 891

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=891
Log:
Damn, fixed a typo.

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=891&op=diff
==============================================================================
--- zope-debhelper/trunk/autoscripts/postinst-dzinstance (original)
+++ zope-debhelper/trunk/autoscripts/postinst-dzinstance Sat Jun 16 17:05:05 2007
@@ -48,7 +48,7 @@
         db_get $PKG/instance-http-port
         port="$RET"
         
-        if [ "$DATABASE" == "ZODB" ]; then
+        if [ "$DATABASE" == "ZEO" ]; then
             db_get $PKG/instance-zeo-port
             zeoport="$RET"
             dzhandle -z $ZVER make-zeoinstance $INSTANCE $zeoport




More information about the pkg-zope-commits mailing list