[srvx-commits] CVS: services srvx.conf.example,1.25,1.26
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-05 14:58:56
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv1653
Modified Files:
srvx.conf.example
Log Message:
change the "mondo" database name to srvx.db for illustrative purposes
and for clarity
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** srvx.conf.example 20 Aug 2002 03:24:56 -0000 1.25
--- srvx.conf.example 5 Sep 2002 14:58:53 -0000 1.26
***************
*** 251,255 ****
"mondo" {
// Where to put it?
! "filename" "mondo.db";
// How often should it be saved?
// (You can disable automatic saves by setting this to 0.)
--- 251,255 ----
"mondo" {
// Where to put it?
! "filename" "srvx.db";
// How often should it be saved?
// (You can disable automatic saves by setting this to 0.)
|