[Koha] koha-z3950-responder and item status

Mark Alexander marka at pobox.com
Mon Feb 14 06:53:20 NZDT 2022


Excerpts from Mark Alexander's message of 2022-02-13 12:08:33 -0500:
> Now it seems that in recent Koha, you're supposed to start the Z3950 responder
> with /usr/sbin/koha-z3950-responder.  But this script doesn't seem to
> offer any equivalent to --add-item-status=k.

I was in a hurry, so I patched koha-z3950-responder as follows.
I don't like patching Koha installed from packages, but I don't see
any other way to do this.

*** koha-z3950-responder.orig	2022-02-13 17:49:11.905782437 +0000
--- koha-z3950-responder	2022-02-13 17:49:32.907771774 +0000
***************
*** 105,110 ****
--- 105,111 ----
  
      Z3950OPTS="-c ${CONFIGDIR} \
                 -u ${instance_user} \
+                --add-item-status=k \
                 -p ${PIDFILE} ${daemonize} ${logging}"
  
      if ! is_z3950_running ${instancename}; then

-- 
Inform all the troops that communications have
completely broken down. --Ashleigh Brilliant


More information about the Koha mailing list