https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17228
--- Comment #2 from Magnus Enger <[email protected]> --- Created attachment 55052 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55052&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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
