From 7111117ad836fca5405723e4ffda06f48a0fe2b5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 23 Sep 2016 11:28:58 -0300 Subject: [PATCH] Bug 17332: Include memcached configuration in koha-conf files This patch introduces the memcached_servers and memcached_namespace configuration entries as expected by 11921. Note: better test this one and the followup together to ease the process. To test: - Do a source Koha install (dev, standard, single) => SUCCESS: The resulting koha-conf.xml file includes the memcached_* entries which are filled with the right values. - In kohadevbox (packages setup): - Replace /etc/koha/koha-conf-site.xml.in with the one from this patch - Create a new koha instance => SUCCESS: The instance's koha-conf.xml includes the relevant entries - Sign off Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall --- debian/templates/koha-conf-site.xml.in | 2 ++ etc/koha-conf.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 25ac182..8f7af30 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -289,6 +289,8 @@ __END_SRU_PUBLICSERVER__ You can also include: debug,log,malloc,all,request. Use a comma-separated list of levels to include. --> + __MEMCACHED_SERVERS__ + __MEMCACHED_NAMESPACE__ diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index c361846..1ce3c90 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -116,6 +116,8 @@ __PAZPAR2_TOGGLE_XML_POST__ 1 __KOHA_CONF_DIR__/searchengine/queryparser.yaml __KOHA_CONF_DIR__/log4perl.conf + __MEMCACHED_SERVERS__ + __MEMCACHED_NAMESPACE__ CHANGEME -- 2.1.4