From 493871ca02d3c5724a4d101f3909a9acf0a0df9d Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Wed, 30 Oct 2013 12:30:24 +0100 Subject: [PATCH] Bug 11167 - Remove memcached config from koha-conf-site.xml.in Memcached-configuration is now done with environment variables or SetEnv in the Apache configs. Having remnants of the now obsolete configuration in koha-conf.xml might cause confusion as to where memcached is actually configured. This patch removes the two lines related to memcached from koha-conf-site.xml.in To test, the hard way: - Apply the patch - Build packages - Install package - Create instances and enable memcached - Check that memcached is used, even without the settings in koha-conf.xml To test, the easy way: - On an installation running off the packages, verify that memcached is actually configured through environment variables/SetEnv in the Apache configs, and not through koha-conf.xml Signed-off-by: Robin Sheat --- debian/templates/koha-conf-site.xml.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 71de9fb..a8048a4 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -276,8 +276,6 @@ /usr/share/koha/misc/koha-install-log 0 - - __BIBLIOS_INDEXING_MODE__ __AUTHORITIES_INDEXING_MODE__ /etc/koha/searchengine/queryparser.yaml -- 1.8.1.2