Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
1a09868a
Commit
1a09868a
authored
Jan 12, 1994
by
Per Cederqvist
Browse files
(CONFIG_FILE): New constant.
parent
7f433105
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
1a09868a
/*
* $Id: server-config.c,v 0.2
2
199
3/10/10 17:01:54
ceder Exp $
* $Id: server-config.c,v 0.2
3
199
4/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.2
2
199
3/10/10 17:01:54
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.2
3
199
4/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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment