From ca8e499b3ab13418772dd095713899b9026ffe35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Mon, 21 Jan 2013 17:45:57 +0000
Subject: [PATCH] ssl cache is not a log.

---
 software/erp5/instance-tidstorage.cfg.in | 2 +-
 software/erp5/software.cfg               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/software/erp5/instance-tidstorage.cfg.in b/software/erp5/instance-tidstorage.cfg.in
index 9d1fae2c9..e03b1371e 100644
--- a/software/erp5/instance-tidstorage.cfg.in
+++ b/software/erp5/instance-tidstorage.cfg.in
@@ -519,7 +519,7 @@ configuration-file = ${directory:apache-conf}/apache-{{ backend_name }}.conf
 access-control-string = {{ backend_configuration['access-control-string'] }}
 pid-file = ${directory:run}/apache-{{ backend_name }}.pid
 lock-file = ${directory:run}/apache-{{ backend_name }}.lock
-ssl-session-cache = ${directory:log}/apache-ssl-session-cache
+ssl-session-cache = ${directory:var}/apache-ssl-session-cache
 error-log = ${directory:log}/apache-{{ backend_name }}-error.log
 access-log = ${directory:log}/apache-{{ backend_name }}-access.log
 apache-binary = {{ parameter_dict['apache'] }}/bin/httpd
diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg
index 4270fc278..5cbf7b459 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -120,7 +120,7 @@ extra-context =
 [template-tidstorage]
 recipe = slapos.recipe.build:download
 url = ${:_profile_base_location_}/instance-tidstorage.cfg.in
-md5sum = 83c8c69526413814a09c6ee7ddb77d70
+md5sum = 87afadc167ee0e1d3ebb76dd68111c9a
 mode = 640
 
 [template-cloudooo]
-- 
2.30.9