Bugzilla – Attachment 152448 Details for
Bug 34041
z3950 responder additional options not coming through properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34041 - z3950 responder additional options not coming through properly
Bug-34041---z3950-responder-additional-options-not.patch (text/plain), 1.25 KB, created by
Liz Rea
on 2023-06-16 17:58:41 UTC
(
hide
)
Description:
Bug 34041 - z3950 responder additional options not coming through properly
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2023-06-16 17:58:41 UTC
Size:
1.25 KB
patch
obsolete
>From 249c67d54018ba4b692d146e41d9c43d1de2154a Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@bywatersolutions.com> >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 <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 >- bonus points, uncomment it and make sure you can start/stop/restart koha-z3950-responder with the example config. >--- > 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..a7178db953 100644 >--- a/etc/z3950/config.xml >+++ b/etc/z3950/config.xml >@@ -1,7 +1,9 @@ > <yazgfs> > <!-- See z3950_responder.pl for available options. The options -c, -u and -p are already passed automatically by koha-z3950-responder --> > <!-- >- <z3950_responder_options>\-\-add-item-status k -t 5</z3950_responder_options> >+ <config> >+ <z3950_responder_options>\-\-add-item-status k -t 5</z3950_responder_options> >+ <config> > --> > > <listen id="public">tcp:@:2100</listen> >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34041
:
152448
|
164150
|
164152
|
166540
|
166542