From ef03cfe0e240366ce4548e3ff17da87e873f83e5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 13 Sep 2006 07:44:45 +0000 Subject: [PATCH] Add modulePath that refers to the installed location of filter modules when using a Debian package (as in Anders' setup). --- zebra/zebra.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 974dce5..612eb8f 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -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 -#modulePath: zebra/lib/ +modulePath: /usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 -- 1.7.10.4