[Koha-patches] [PATCH] Bug 5046 - fix the zebra authorities configuration

Chris Cormack chrisc at catalyst.net.nz
Wed Jul 21 04:58:37 CEST 2010


From: Robin Sheat <robin at catalyst.net.nz>

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
---
 debian/templates/zebra-authorities-site.cfg.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/templates/zebra-authorities-site.cfg.in b/debian/templates/zebra-authorities-site.cfg.in
index 301e5e6..01cd347 100644
--- a/debian/templates/zebra-authorities-site.cfg.in
+++ b/debian/templates/zebra-authorities-site.cfg.in
@@ -46,8 +46,8 @@ lockDir: /var/lock/koha/__KOHASITE__/authorities
 perm.anonymous:ar
 perm.kohauser:rw
 passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
-register: /var/lib/koha/__KOHASITE__/biblios/register:4G
-shadow: /var/lib/koha/__KOHASITE__/biblios/shadow:1G
+register: /var/lib/koha/__KOHASITE__/authorities/register:4G
+shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G
 
 # Temp File area for result sets
 setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp
-- 
1.7.0.4



More information about the Koha-patches mailing list