]> 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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 10 May 2024 15:46:12 +0000 (17:46 +0200)
commit3878dbe9994186d70b3eb94e5096d4d1c6cf5452
tree6d36e4825fa3c2045dbd2a3863d68ba2c4e2c529
parent582d6916c9a4e021641030d8779466cb5f7f6273
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>
etc/z3950/config.xml