Bugzilla – Attachment 125482 Details for
Bug 25716
Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25716: Don't exit if config doesn't exist in Koha conf file
Bug-25716-Dont-exit-if-config-doesnt-exist-in-Koha.patch (text/plain), 1.10 KB, created by
Martin Renvoize (ashimema)
on 2021-09-30 10:21:26 UTC
(
hide
)
Description:
Bug 25716: Don't exit if config doesn't exist in Koha conf file
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-30 10:21:26 UTC
Size:
1.10 KB
patch
obsolete
>From 5af0ad183bbb121b32bcb1ba6664d2b7d0ac05f6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Dec 2020 15:37:40 -0500 >Subject: [PATCH] Bug 25716: Don't exit if config doesn't exist in Koha conf > file > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/scripts/koha-z3950-responder | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-z3950-responder b/debian/scripts/koha-z3950-responder >index a3422d55d4..85ae6f4da9 100755 >--- a/debian/scripts/koha-z3950-responder >+++ b/debian/scripts/koha-z3950-responder >@@ -110,7 +110,7 @@ start_z3950() > if ! is_z3950_running ${instancename}; then > export KOHA_CONF="/etc/koha/sites/${instancename}/koha-conf.xml" > >- Z3950_ADDITIONAL_OPTS="$( xmlstarlet sel -t -v 'yazgfs/config/z3950_responder_options' $KOHA_CONF )" >+ Z3950_ADDITIONAL_OPTS="$( xmlstarlet sel -t -v 'yazgfs/config/z3950_responder_options' $KOHA_CONF || true )" > > log_daemon_msg "Starting Z39.50/SRU daemon for ${instancename}" > >-- >2.20.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 25716
:
105767
|
114166
|
120178
|
125095
|
125096
|
125481
|
125482
|
142520
|
142521
|
142522
|
142577