set modulePath for MacOS with homebrew
[irspy-moved-to-github.git] / zebra / zebra.cfg
index a680ddd..f769105 100644 (file)
@@ -1,13 +1,11 @@
-# $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
+profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab:/opt/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
+# 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
@@ -23,10 +21,12 @@ database: IR-Explain---1
 register: db/register:100G
 shadow: db/shadow:100G
 lockdir: db/lock
-tmpdir: db/tmp
 keytmpdir: db/tmp
 
 # Permissions for update
 perm.anonymous: ra
 perm.admin: rw
-passwd.c: htpasswd
+#passwd.c: htpasswd
+passwd: htpasswd.unencrypted
+
+encoding: UTF-8