From 06b2d01a8fcd3d294a597284b11205a269cbdd6b Mon Sep 17 00:00:00 2001 From: Morag Hills <the.invinnysible.one@gmail.com> Date: Tue, 13 Jan 2015 21:16:53 +0000 Subject: [PATCH] Bug 13570 - koha-conf.xml mentions win32 Issue existed in koha-conf.xml of /etc. The following lines were removed from the file: <!-- uncomment these lines and comment out the above if running on MSWin32 --> <!-- <listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen> <listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen> --> This section was located on lines 9, 10, 11, 12 and 13 of the koha-conf.xml file. --- etc/koha-conf.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 6f2f8a8..289d51d 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -6,11 +6,6 @@ <listen id="biblioserver" >unix:__ZEBRA_RUN_DIR__/bibliosocket</listen> <listen id="authorityserver" >unix:__ZEBRA_RUN_DIR__/authoritysocket</listen> -<!-- uncomment these lines and comment out the above if running on MSWin32 --> -<!-- -<listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen> -<listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen> ---> <!-- Uncomment the following entry if you want to run the public Z39.50 server. Also uncomment the <server> and <serverinfo> sections for id 'publicserver' -- 1.7.10.4