[Koha-bugs] [Bug 17228] Make two versions of SIPconfig.xml identical

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 31 11:10:45 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17228

--- Comment #4 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 55054
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55054&action=edit
Bug 17228 - Make two versions of SIPconfig.xml identical

Several bugs have made changes to etc/SIPconfig.xml but not
updated debian/templates/SIPconfig.xml. This means that an admin
using the Debian packages who enables SIP2 for a site and looks at
/etc/koha/sites/<instance>/SIPconfig.xml will not see an up-to-date
version of that file, with the risk of missing possible config
opportunities.

Since debian/templates/SIPconfig.xml contains no placeholders or
other magic stuff related to the Debian packaging, this patch simply
copies etc/SIPconfig.xml to debian/templates/SIPconfig.xml

To test:
$ diff etc/SIPconfig.xml debian/templates/SIPconfig.xml
There should be no difference between the files

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list