]> git.koha-community.org Git - koha.git/commit
Bug 25716: Add ability to specify additional options in koha-conf.xml for z3950_respo...
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 11 Jun 2020 15:17:23 +0000 (11:17 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 16:11:26 +0000 (13:11 -0300)
commit005d67063f1a665e993ad8af3ff867bba0983c10
tree5603493678b8e3b9ad631a0b0756cc065149dff9
parent9d1273b35d2caafcc2b3a66dab83297c0ad71b58
Bug 25716: Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder

The z39.50 responder has a number of command line options that are not
accessible if using the debian scripts to control it. We should be able
to set those options in the koha conf file to be passed to the script
itself.

Test Plan:
1) Apply this patch
2) Copy your kohaclone's koha-z3950-responder to /usr/sbin/koha-z3950-responder if necessary
3) Add "<z3950_responder_options>--add-item-status k</z3950_responder_options>" inside your <config> block in your koha-conf.xml file
4) Use koha-z3950-responder to start/restart the z39.50 responder, note the item status is now in subfield k!

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/scripts/koha-z3950-responder
etc/koha-conf.xml