X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2Fzebra.cfg;h=7c7d482170018643aac2bd1074704095e6e44dd0;hp=2e8a28a5052ba1f74f9fafe84bf5076fcdfc908b;hb=af72dba47f3e01bad792ea38df7999358f8d0fc9;hpb=98bb69ae56e6a123377007e01f18459c442d7428 diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 2e8a28a..7c7d482 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,13 +1,11 @@ -# $Id: zebra.cfg,v 1.12 2006-12-19 12:53:16 sondberg Exp $ # Where to look for config files -profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab +profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/local/Cellar/zebra/2.0.59/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/lib/idzebra-2.0/modules -#modulePath: /usr/local/lib/idzebra-2.0/modules +# are necessary, since the former is used when installed from a Debian +# package and the latter when installed from a Mac port. +modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 @@ -28,4 +26,7 @@ keytmpdir: db/tmp # Permissions for update perm.anonymous: ra perm.admin: rw -passwd.c: htpasswd +#passwd.c: htpasswd +passwd: htpasswd.unencrypted + +encoding: UTF-8