[Lxr-commits] CVS: lxr/templates lxr.conf,1.5,1.6
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2002-01-23 08:16:51
|
Update of /cvsroot/lxr/lxr/templates In directory usw-pr-cvs1:/tmp/cvs-serv6022 Modified Files: lxr.conf Log Message: Fix bug #506845: Missing variable in lxr.conf Added $dbdir to the lxr.conf template. Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- lxr.conf 2001/11/18 03:31:34 1.5 +++ lxr.conf 2002/01/23 08:16:19 1.6 @@ -134,4 +134,7 @@ # 'dbpass' => 'foo', # 'dbuser' => 'lxr' # 'dbname' => 'src/db', + + # For using glimpse, the directory to store the .glimpse files in is required + 'dbdir' => '/path/to/glimpse/database', }) |