Bugzilla – Attachment 114166 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.01 KB, created by
Kyle M Hall (khall)
on 2020-12-03 20:37:58 UTC
(
hide
)
Description:
Bug 25716: Don't exit if config doesn't exist in Koha conf file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-12-03 20:37:58 UTC
Size:
1.01 KB
patch
obsolete
>From 8e6a38339235c825951639ca36567390aa59c3eb 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 > >--- > 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.24.1 (Apple Git-126)
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