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

Cosmetic changes.

parent e5507197
No related branches found
No related tags found
No related merge requests found
Mon Mar 9 16:33:45 1992 Per Cederqvist (ceder@robin)
* DATAFILE_NAME (server-config.c): Added a comment.
Wed Feb 26 19:49:21 1992 Per Cederqvist (ceder@lysator)
* (various): Lint from gcc 2.0 deleted.
......
/*
* $Id: server-config.c,v 0.15 1992/02/21 00:50:32 ceder Exp $
* $Id: server-config.c,v 0.16 1992/03/09 16:06:03 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -32,7 +32,7 @@
#include <config.h>
#include <m-config.h>
static char *rcsid = "$Id: server-config.c,v 0.15 1992/02/21 00:50:32 ceder Exp $";
static char *rcsid = "$Id: server-config.c,v 0.16 1992/03/09 16:06:03 ceder Exp $";
......@@ -44,9 +44,14 @@ static char *rcsid = "$Id: server-config.c,v 0.15 1992/02/21 00:50:32 ceder Exp
const char * DEFAULT_DBASE_DIR = "/usr/lyskom";
/*
* 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.
*/
const char *DATAFILE_NAME = "db/lyskomd-data";
const char *BACKUPFILE_NAME = "db/lyskomd-backup";
const char *TEXTFILE_NAME = "db/lyskomd-texts";
const char *STATISTIC_NAME = "etc/lyskomd-log";
const char *PID_NAME = "etc/pid";
const char *MEMUSE_NAME = "etc/memory-usage";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment