Bugzilla – Attachment 20256 Details for
Bug 8507
koha-create should be updated to use DOM indexing for bib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8507 Follow-Up: Fix path
Bug-8507-Follow-Up-Fix-path.patch (text/plain), 1.00 KB, created by
Mirko Tietgen
on 2013-08-09 23:00:45 UTC
(
hide
)
Description:
Bug 8507 Follow-Up: Fix path
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2013-08-09 23:00:45 UTC
Size:
1.00 KB
patch
obsolete
>From 49bedf1d45b576cc4ed7f2de03b9ce3ca6a7592e Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Sat, 10 Aug 2013 00:59:27 +0200 >Subject: [PATCH] Bug 8507 Follow-Up: Fix path > >Fixed the path to __ZEBRA_BIBLIOS_CFG__ for <server id="mergeserver"> >--- > debian/templates/koha-conf-site.xml.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 80da24a..71de9fb 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -18,7 +18,7 @@ > <listen id="mergeserver">tcp:@:__MERGE_SERVER_PORT__</listen> > <server id="mergeserver" listenref="mergeserver"> > <directory>/var/lib/koha/__KOHASITE__/biblios</directory> >- <config>/var/lib/koha/__KOHASITE__/__ZEBRA_BIBLIOS_CFG__</config> >+ <config>/etc/koha/sites/__KOHASITE__/__ZEBRA_BIBLIOS_CFG__</config> > <cql2rpn>/var/lib/koha/__KOHASITE__/pqf.properties</cql2rpn> > </server> > --> >-- >1.7.2.5
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 8507
:
20182
|
20189
|
20212
|
20247
|
20251
|
20256
|
20263
|
20288
|
20289