pkgsrc/textproc/xapian-omega/patches/patch-ab
schmonz c2e477db4a Initial import of Omega, which operates on a set of Xapian databases.
Each database is created and updated separately using either omindex
or scriptindex. You can search these databases (or any other Xapian
database with suitable contents) via a web front-end provided by
omega, a CGI application.  A search can also be done over more than
one database at once.
2008-07-26 23:37:29 +00:00

20 lines
645 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2008/07/26 23:37:29 schmonz Exp $
--- omega.conf.orig 2008-07-16 00:42:17.000000000 -0400
+++ omega.conf
@@ -1,11 +1,11 @@
# Directory containing Xapian databases:
-database_dir /var/lib/omega/data
+database_dir @VARBASE@/xapian-omega/data
# Directory containing OmegaScript templates:
-template_dir /var/lib/omega/templates
+template_dir @VARBASE@/xapian-omega/templates
# Directory to write Omega logs to:
-log_dir /var/log/omega
+log_dir @VARBASE@/log/xapian-omega
# Directory containing any cdb files for the $lookup OmegaScript command:
-cdb_dir /var/lib/omega/cdb
+cdb_dir @VARBASE@/xapian-omega/cdb