From 9149a711fbb981d092dc702c169fa701e464db20 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 23 Oct 2007 10:16:16 +0200 Subject: [PATCH] bugfixes to config files for zebra 2.0.18 those 2 lines are invalid Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- etc/zebradb/zebra-authorities.cfg | 2 -- etc/zebradb/zebra-biblios.cfg | 2 -- misc/migration_tools/rebuild_zebra.pl | 4 ---- 3 files changed, 8 deletions(-) diff --git a/etc/zebradb/zebra-authorities.cfg b/etc/zebradb/zebra-authorities.cfg index a29ab86cda..315c4d9839 100644 --- a/etc/zebradb/zebra-authorities.cfg +++ b/etc/zebradb/zebra-authorities.cfg @@ -29,8 +29,6 @@ storeData:1 lockDir: __BASE_DIR__/zebradb/authorities/lock perm.anonymous:r perm.__ZEBRA_USER__:rw -passw.passwd -shadow register: __BASE_DIR__/zebradb/authorities/register:4G shadow: __BASE_DIR__/zebradb/authorities/shadow:1G diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg index 261a5d4c6f..6d368a248d 100644 --- a/etc/zebradb/zebra-biblios.cfg +++ b/etc/zebradb/zebra-biblios.cfg @@ -26,8 +26,6 @@ storeData:1 lockDir: __BASE_DIR__/zebradb/biblios/lock perm.anonymous:r perm.__ZEBRA_USER__:rw -passw.passwd -shadow register: __BASE_DIR__/zebradb/biblios/register:4G shadow: __BASE_DIR__/zebradb/biblios/shadow:4G diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl index b6cee7d476..1cb9618b15 100755 --- a/misc/migration_tools/rebuild_zebra.pl +++ b/misc/migration_tools/rebuild_zebra.pl @@ -247,8 +247,6 @@ storeData:1 lockDir: $authorityserverdir/lock perm.anonymous:r perm.kohaadmin:rw -passw.passwd -shadow register: $authorityserverdir/register:4G shadow: $authorityserverdir/shadow:4G @@ -459,8 +457,6 @@ storeData:1 lockDir: $biblioserverdir/lock perm.anonymous:r perm.kohaadmin:rw -passw.passwd -shadow register: $biblioserverdir/register:4G shadow: $biblioserverdir/shadow:4G -- 2.11.0