From 8df0ed736bfba258d7aeba039a8f30295b1dee26 Mon Sep 17 00:00:00 2001 From: Andreas Zeidler Date: Wed, 24 Feb 2010 12:32:35 +0000 Subject: [PATCH] update zeo buildout to use an absolute path for `blob-storage` in order to avoid [http://thread.gmane.org/gmane.comp.web.zope.plone.devel/23534 weird setup issues] svn path=/buildouts/plone-coredev/branches/4.0/; revision=34327 --- zeo.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeo.cfg b/zeo.cfg index 115d1a0c84..46c355423d 100644 --- a/zeo.cfg +++ b/zeo.cfg @@ -4,7 +4,7 @@ parts += zeo [zeo] recipe = plone.recipe.zeoserver -blob-storage = var/blobstorage +blob-storage = ${buildout:directory}/var/blobstorage zeo-address = 8100 [instance]