From 079ce6a6166469ad363c72d8cf5038b3e512f024 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 18 Apr 2006 07:59:39 +0000 Subject: [PATCH] corrected database, profilePath and added db/tmp dir to CVS --- zebra/zebra.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 17da22a..e29b387 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,7 +1,8 @@ -# $Id: zebra.cfg,v 1.1 2006-04-13 14:53:17 mike Exp $ +# $Id: zebra.cfg,v 1.2 2006-04-18 07:59:39 marc Exp $ # Where to look for config files #profilePath: /usr/local/share/idzebra/tab:/usr/share/idzebra/tab +profilePath: .:/home/marc/code/id/zebra/tab # Where to look for loadable zebra modules #modulePath: zebra/lib/ @@ -11,9 +12,11 @@ storeData: 1 storeKeys: 1 # Use the "xslt" filter with config file filter_alvis_conf.xml -recordtype: xslt.filterconf.xml +#recordtype: xslt.filterconf.xml +recordtype: alvis.filterconf.xml -database: IR-Explain---1 +database: IR-Explain--1 +#database: Default # where to put registers, and other var content, and how large they may be register: db/register:100G -- 1.7.10.4