From a1616127bdcfd7d765d7f73cce54cae5609e3a7f Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 21 Jul 2010 14:58:37 +1200 Subject: [PATCH] Bug 5046 - fix the zebra authorities configuration Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton --- debian/templates/zebra-authorities-site.cfg.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/templates/zebra-authorities-site.cfg.in b/debian/templates/zebra-authorities-site.cfg.in index 301e5e6f9b..01cd347dc3 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 -- 2.11.0