]> git.koha-community.org Git - koha.git/commit
Bug 34041: z3950 responder additional options not coming through properly
authorLiz Rea <liz@bywatersolutions.com>
Fri, 16 Jun 2023 17:50:35 +0000 (12:50 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 29 May 2024 09:19:54 +0000 (11:19 +0200)
commit7773b92a0c1cf86f1e17b2dc519db49abcf3b46f
treeb1d1deb1b74e525f7636785c4dc630dea00991c6
parentb5a5932814fc9fcd71f9ddbca60014a5a9c4cee6
Bug 34041: z3950 responder additional options not coming through properly

This patch adds the <config> node that the z3950 responder starter script is looking for in the z3950/config.xml to the example code.

To test:
 - verify that the <config> </config> is around the commented z3950_additional_options suggestion in the etc/z3950/config.xml file
 - copy the config stanza to the live file: /etc/koha/sites/kohadev/z3950/config.xml
 - restart_all
 - ps aux | grep z3950
 - confirm the script has restarted
 - confirm the options: --add-item-status k -t 5 have been passed through

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 3878dbe9994186d70b3eb94e5096d4d1c6cf5452)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
etc/z3950/config.xml