[Koha-bugs] [Bug 11167] New: Remove memcached config from koha-conf-site.xml.in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 30 11:58:08 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11167

            Bug ID: 11167
           Summary: Remove memcached config from koha-conf-site.xml.in
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Packaging
          Assignee: magnus at enger.priv.no
          Reporter: magnus at enger.priv.no
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz
        Depends on: 10733, 6193

The file debian/templates/koha-conf-site.xml.in, which is used to generate
koha-conf.xml files for packages installations, still contains a couple of
lines for configuring memcached, even though this was moved to the Apache
config files by bug 6193 (see specifically attachment 7630, which removes the
relevant lines from /etc/koha-conf.xml). 

Here are the lines:
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>

Having them there causes no harm, but it might create some confusion over where
memcached is actually configured. 

This can also be seen as a followup to bug 10733 (attachment 21618), which
needlessly changes the lines mentioned above from:

- <memcached_servers></memcached_servers>
- <memcached_namespace></memcached_namespace>

to:

+ <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
+ <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list