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

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sat Jun 16 17:41:46 UTC 2007


Author: kobold
Date: Sat Jun 16 17:41:46 2007
New Revision: 893

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=893
Log:
Removed double quotes.

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=893&op=diff
==============================================================================
--- zope-debhelper/trunk/autoscripts/postinst-dzinstance (original)
+++ zope-debhelper/trunk/autoscripts/postinst-dzinstance Sat Jun 16 17:41:46 2007
@@ -53,7 +53,7 @@
             zeoport="$RET"
             dzhandle -z $ZVER make-zeoinstance $INSTANCE $zeoport
             dzhandle -z $ZVER zeoctl $INSTANCE start
-            ZEOSERVER="--zeo-server=\"localhost:$zeoport\""
+            ZEOSERVER="--zeo-server=localhost:$zeoport"
         else
             ZEOSERVER=""
         fi




More information about the pkg-zope-commits mailing list