Bugzilla – Attachment 79617 Details for
Bug 21426
setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[ALTERNATIVE-PATCH] Bug 21426: Handle USE_MEMCACHED=no in koha-create
Bug-21426-Handle-USEMEMCACHEDno-in-koha-create.patch (text/plain), 828 bytes, created by
Jonathan Druart
on 2018-09-29 18:17:35 UTC
(
hide
)
Description:
[ALTERNATIVE-PATCH] Bug 21426: Handle USE_MEMCACHED=no in koha-create
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-09-29 18:17:35 UTC
Size:
828 bytes
patch
obsolete
>From c879d597025804f2201f18be82763d13498077fc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 29 Sep 2018 15:16:46 -0300 >Subject: [PATCH] Bug 21426: Handle USE_MEMCACHED=no in koha-create > >--- > debian/scripts/koha-create | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 874c7d1c79..8f60a7523d 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -506,7 +506,14 @@ NO_DB > die; > fi > >-set_memcached $name >+echo $USE_MEMCACHED >+if [ "$USE_MEMCACHED" = "no" ]; then >+ MEMCACHED_SERVERS="" >+ MEMCACHED_NAMESPACE="" >+ MEMCACHED_PREFIX="" >+else >+ set_memcached $name >+fi > > # Set template cache dir > if [ "$CLO_TEMPLATE_CACHE_DIR" != "" ]; then >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21426
:
79481
|
79603
|
79617
|
79660
|
79718
|
80238