From a285307341aedd691b8b22cbaef128e11c1b89ce Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 20 Sep 2006 13:29:39 +0000 Subject: [PATCH 1/1] Change modulePath to work with what's installed from CVS. (modulePath is currently not a path, so it's one or t'other.) --- zebra/zebra.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 612eb8f..9650bef 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,10 +1,13 @@ -# $Id: zebra.cfg,v 1.6 2006-09-13 07:44:45 mike Exp $ +# $Id: zebra.cfg,v 1.7 2006-09-20 13:29:39 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: /usr/lib/idzebra-2.0/modules +# Where to look for loadable zebra modules. Both these path components +# are necessary, since the former is used when installing from a Debian +# package and the latter when installing from a CVS build. +#modulePath: /usr/lib/idzebra-2.0/modules:/usr/local/lib/idzebra-2.0/modules +modulePath: /usr/local/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 -- 1.7.10.4