From daf5fb805b9308d1c3708c1279299da5f44b518b Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Mon, 2 Oct 2006 07:09:39 +0000 Subject: [PATCH] Both check for modules in /usr/lib and /usr/local/lib. --- zebra/zebra.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index d7507c0..a680ddd 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,4 +1,4 @@ -# $Id: zebra.cfg,v 1.9 2006-09-20 16:34:50 mike Exp $ +# $Id: zebra.cfg,v 1.10 2006-10-02 07:09:39 sondberg Exp $ # Where to look for config files profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab @@ -6,8 +6,8 @@ profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab # 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/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules -modulePath: /usr/local/lib/idzebra-2.0/modules +modulePath: /usr/local/lib/idzebra-2.0/modules:/usr/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