]> git.koha-community.org Git - koha.git/commit
Bug 17228 - Make two versions of SIPconfig.xml identical
authorMagnus Enger <magnus@libriotech.no>
Wed, 31 Aug 2016 08:47:43 +0000 (10:47 +0200)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 8 Sep 2016 20:01:44 +0000 (22:01 +0200)
commit35133dabed2d8f929617ed002bdf9d88eb295300
tree8cf83f0de977b090c372142c5feb2989647d8c5e
parentd5ac9eb197527114a0d980db3e691884aea21ea8
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

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit d0d8bd18225483c3c28ba9e0bd368301c6835a66)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
debian/templates/SIPconfig.xml