Bugzilla – Attachment 55106 Details for
Bug 17228
Make two versions of SIPconfig.xml identical
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17228 - Fix whitespace in etc/SIPconfig.xml
Bug-17228---Fix-whitespace-in-etcSIPconfigxml.patch (text/plain), 3.03 KB, created by
Marcel de Rooy
on 2016-09-02 07:25:25 UTC
(
hide
)
Description:
Bug 17228 - Fix whitespace in etc/SIPconfig.xml
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-09-02 07:25:25 UTC
Size:
3.03 KB
patch
obsolete
>From fcd88cfe60a154d1738d1ad7baeb15a3629c0b47 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Wed, 31 Aug 2016 10:45:32 +0200 >Subject: [PATCH] Bug 17228 - Fix whitespace in etc/SIPconfig.xml >Content-Type: text/plain; charset=utf-8 > >Remove trailing whitespace and replace tabs with 4 spaces. > >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > etc/SIPconfig.xml | 36 ++++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-) > >diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml >index c61a6c7..40e495e 100644 >--- a/etc/SIPconfig.xml >+++ b/etc/SIPconfig.xml >@@ -3,21 +3,21 @@ > <error-detect enabled="true" /> > > <!-- >- Set Net::Server::PreFork runtime parameters >+ Set Net::Server::PreFork runtime parameters > syslog_ident will identify SIP2 Koha server entries in syslog > For OpenSolaris, add: syslog_logsock=stream > --> > <server-params > min_servers='1' >- min_spare_servers='0' >+ min_spare_servers='0' > log_file='Sys::Syslog' > syslog_ident='koha_sip' > syslog_facility='local6' > /> >- >+ > <listeners> > <!-- vestigial HTTP, never implemented: just use the OPAC! >- <service >+ <service > port="0:8080/tcp" > transport="http" > protocol="NCIP/1.0" /> >@@ -30,7 +30,7 @@ > > <service > port="127.0.0.1:6001/tcp" >- transport="RAW" >+ transport="RAW" > protocol="SIP/2.00" > client_timeout="600" > timeout="60" /> >@@ -67,31 +67,31 @@ in our case "ILS". > <institutions> > <institution id="MAIN" implementation="ILS" parms=""> > <policy checkin="true" renewal="true" checkout="true" >- status_update="false" offline="false" >- timeout="100" >- retries="5" /> >+ status_update="false" offline="false" >+ timeout="100" >+ retries="5" /> > </institution> > <institution id="CPL" implementation="ILS" parms=""> > <policy checkin="true" renewal="true" checkout="true" >- status_update="false" offline="false" >- timeout="25" >- retries="5" /> >+ status_update="false" offline="false" >+ timeout="25" >+ retries="5" /> > </institution> > <institution id="kohalibrary" implementation="ILS" parms=""> > <policy checkin="true" renewal="false" checkout="true" >- status_update="false" offline="false" >- timeout="100" >- retries="5" /> >+ status_update="false" offline="false" >+ timeout="100" >+ retries="5" /> > </institution> > <institution id="kohalibrary2" implementation="ILS" parms=""> > <policy checkin="true" renewal="false" checkout="true" >- timeout="100" >- retries="3" /> >+ timeout="100" >+ retries="3" /> > </institution> > <institution id="LPL" implementation="ILS"> > <policy checkin="true" renewal="false" checkout="true" >- timeout="100" >- retries="5" /> >+ timeout="100" >+ retries="5" /> > </institution> > </institutions> > </acsconfig> >-- >1.7.10.4
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 17228
:
55051
|
55052
|
55053
|
55054
|
55090
| 55106 |
55107
|
157677