[Lxr-commits] CVS: lxr/templates lxr.conf,1.8,1.9
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2002-02-03 05:31:35
|
Update of /cvsroot/lxr/lxr/templates In directory usw-pr-cvs1:/tmp/cvs-serv8455/templates Modified Files: lxr.conf Log Message: Change dbdir config variable to glimpsedir Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- lxr.conf 2002/01/23 15:52:51 1.8 +++ lxr.conf 2002/02/03 05:31:33 1.9 @@ -104,7 +104,7 @@ # 'dbuser' => 'lxr', # For using glimpse, the directory to store the .glimpse files in is required - 'dbdir' => '/path/to/glimpse/databases', + 'glimpsedir' => '/path/to/glimpse/databases', # Location of swish-e index database files if using swish-e 'swishdir' => '/a/directory/here/', |