Bug 13570 - koha-conf.xml mentions win32
authorMorag Hills <the.invinnysible.one@gmail.com>
Tue, 13 Jan 2015 21:16:53 +0000 (21:16 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 17 Jan 2015 13:32:54 +0000 (10:32 -0300)
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.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

etc/koha-conf.xml

index 6f2f8a8..289d51d 100644 (file)
@@ -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'