From 820249b6f47192f513e22c3eb53a695e0d9c61ef Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 10 Aug 2006 12:01:36 +0000 Subject: [PATCH] We're using Zebra 2.0, so rely on the v2.0 configuraton files. Using the 1.x-series configuraton files yields a series of confusing and poorly diagnosed errors. --- zebra/zebra.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 8860fd2..974dce5 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,7 +1,7 @@ -# $Id: zebra.cfg,v 1.4 2006-06-20 15:26:04 mike Exp $ +# $Id: zebra.cfg,v 1.5 2006-08-10 12:01:36 mike Exp $ # Where to look for config files -profilePath: .:/usr/local/share/idzebra/tab:/usr/share/idzebra/tab +profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab # Where to look for loadable zebra modules #modulePath: zebra/lib/ -- 1.7.10.4