Skip to content
Snippets Groups Projects
Commit 1a09868a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(CONFIG_FILE): New constant.

parent 7f433105
No related branches found
No related tags found
No related merge requests found
/*
* $Id: server-config.c,v 0.22 1993/10/10 17:01:54 ceder Exp $
* $Id: server-config.c,v 0.23 1994/01/12 01:48:06 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -29,7 +29,7 @@
* to recompile the entire server.
*/
static char *rcsid = "$Id: server-config.c,v 0.22 1993/10/10 17:01:54 ceder Exp $";
static char *rcsid = "$Id: server-config.c,v 0.23 1994/01/12 01:48:06 ceder Exp $";
#include "rcs.h"
USE(rcsid);
......@@ -40,11 +40,13 @@ USE(rcsid);
/* Where to save things. These are used by lyskomd and dbck. */
/*
* DEFAULT_DBASE_DIR can be overriden by giving -Ddir to lyskomd or dbck.
* DEFAULT_DBASE_DIR can be overriden in the config file. The default
* config file is found in DEFAULT_DBASE_DIR/CONFIG_FILE.
*/
const char * DEFAULT_DBASE_DIR = "/usr/lyskom";
const char *CONFIG_FILE = "etc/config";
/*
* Note: if you change any of the following three names you will have
* to change the name of the real files in db-nocrypt/db/ also.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment