Bugzilla – Attachment 164150 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.37 KB, created by
Nick Clemens (kidclamp)
on 2024-03-29 20:04:06 UTC
(
hide
)
Description:
Bug 34041 - z3950 responder additional options not coming through properly
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-03-29 20:04:06 UTC
Size:
1.37 KB
patch
obsolete
>From 1d57391d5788bd460ec5ed7636befc154b9b34de 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 > - 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 >--- > 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 fc3d1b7e2b8..8f948f8665f 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.30.2
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