Add modulePath that refers to the installed location of filter modules
authorMike Taylor <mike@indexdata.com>
Wed, 13 Sep 2006 07:44:45 +0000 (07:44 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 13 Sep 2006 07:44:45 +0000 (07:44 +0000)
when using a Debian package (as in Anders' setup).

zebra/zebra.cfg

index 974dce5..612eb8f 100644 (file)
@@ -1,10 +1,10 @@
-# $Id: zebra.cfg,v 1.5 2006-08-10 12:01:36 mike Exp $
+# $Id: zebra.cfg,v 1.6 2006-09-13 07:44:45 mike Exp $
 
 # Where to look for config files
 profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
 
 # Where to look for loadable zebra modules
 
 # Where to look for config files
 profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
 
 # Where to look for loadable zebra modules
-#modulePath: zebra/lib/
+modulePath: /usr/lib/idzebra-2.0/modules
 
 # store records and record keys internally
 storeData: 1
 
 # store records and record keys internally
 storeData: 1