Bug 9239 follow-up: update koha-conf.xml
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 6 Feb 2013 19:03:03 +0000 (14:03 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 01:32:33 +0000 (21:32 -0400)
The previous patches were missing the koha-conf.xml updates. This patch
updates koha-conf.xml and makes the changes neccessary to include the
QueryParser configuration file in the packages.

To test:
1) Run Makefile and check generated koha-conf.xml to confirm that the
   line <queryparser_config>...</queryparser_config> is there with an
   absolute path.
2) That was it.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tested update successfully - new line now shows up and
query parser is used.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>

debian/koha-common.install
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml

index 2a5573e..8288c39 100644 (file)
@@ -1,5 +1,6 @@
 misc/release_notes/release_notes_3*.txt     usr/share/doc/koha-common
 debian/tmp/usr/*                            usr
+debian/tmp/etc/koha/searchengine
 debian/tmp/etc/koha/pazpar2
 debian/tmp/etc/koha/zebradb/[!z]*
 debian/templates/* etc/koha
index 0858059..4b1c867 100644 (file)
  <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
  <memcached_servers></memcached_servers>
  <memcached_namespace></memcached_namespace>
+ <queryparser_config>/etc/koha/searchengine/queryparser.yaml</queryparser_config>
 </config>
 
 </yazgfs>
index 53d7ce8..ad7bce7 100644 (file)
@@ -293,5 +293,6 @@ __PAZPAR2_TOGGLE_XML_POST__
  <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
  <zebra_bib_index_mode>__BIB_INDEX_MODE__</zebra_bib_index_mode>
  <zebra_auth_index_mode>__AUTH_INDEX_MODE__</zebra_auth_index_mode>
+ <queryparser_config>__KOHA_CONF_DIR__/searchengine/queryparser.yaml</queryparser_config>
 </config>
 </yazgfs>