Bug 17342: (bug 17262 follow-up) fix the way to retrieve memcached config from apache
authorAndreas Jonsson <andreas.jonsson@kreablo.se>
Mon, 3 Oct 2016 08:08:03 +0000 (09:08 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 5 Oct 2016 07:27:16 +0000 (09:27 +0200)
commit0fc92ab72d1bab7e84df9fc78e3cbd3f2abb3d97
tree82439a7eb19d603e692dec3914b8b75c7be85195
parent29ce6e481da7209ae9dae9dd8c73031bacd38883
Bug 17342: (bug 17262 follow-up) fix the way to retrieve memcached config from apache

The problem is that the memcached configuration variables are extracted
from the apache configuration file incorrectly so you get
'"127.0.0.1:11211"' including double quotes as the servers parameter to
memcached.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Note this only applies on 3.22.x but it does fix the problem
Definitely needed for 3.22.12

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
debian/scripts/koha-functions.sh