From 7773b92a0c1cf86f1e17b2dc519db49abcf3b46f Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 16 Jun 2023 12:50:35 -0500 Subject: [PATCH] Bug 34041: z3950 responder additional options not coming through properly This patch adds the node that the z3950 responder starter script is looking for in the z3950/config.xml to the example code. To test: - verify that the 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 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer (cherry picked from commit 3878dbe9994186d70b3eb94e5096d4d1c6cf5452) Signed-off-by: Fridolin Somers --- etc/z3950/config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/z3950/config.xml b/etc/z3950/config.xml index fc3d1b7e2b..8f948f8665 100644 --- a/etc/z3950/config.xml +++ b/etc/z3950/config.xml @@ -1,7 +1,9 @@ tcp:@:2100 -- 2.39.5