Bugzilla – Attachment 21619 Details for
Bug 10733
Memcached on package installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10733: Follow up - unset variables from koha-sites.conf if USE_MEMCACHED=no
Bug-10733-Follow-up---unset-variables-from-koha-si.patch (text/plain), 1.01 KB, created by
Robin Sheat
on 2013-09-30 02:17:25 UTC
(
hide
)
Description:
Bug 10733: Follow up - unset variables from koha-sites.conf if USE_MEMCACHED=no
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2013-09-30 02:17:25 UTC
Size:
1.01 KB
patch
obsolete
>From eae80a2ac6d04fc7070a14e0e97407d13854d3c8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 13 Sep 2013 10:14:30 -0300 >Subject: [PATCH] Bug 10733: Follow up - unset variables from koha-sites.conf > if USE_MEMCACHED=no > >As configuration variables from koha-sites.conf overwrite the ones in the >koha-create script we need to unset them in case we have USE_MEMCACHED="no". > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Robin Sheat <robin@catalyst.net.nz> >--- > debian/scripts/koha-create | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index e09b5ba..7f05eb0 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -343,6 +343,10 @@ EOF` > > echo $usage > die $MSG >+else >+ # Unset memcached-related variables >+ MEMCACHED_SERVERS="" >+ MEMCACHED_PREFIX="" > fi > > opacdomain="$OPACPREFIX$name$OPACSUFFIX$DOMAIN" >-- >1.8.1.2
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 10733
:
20354
|
20356
|
20357
|
20358
|
20365
|
20544
|
20996
|
21055
|
21085
|
21103
|
21104
|
21105
|
21617
|
21618
| 21619