Skip to content
GitLab
Menu
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
08963365
Commit
08963365
authored
Feb 27, 1994
by
Per Cederqvist
Browse files
New file.
parent
71ef2ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/server-config.extend
0 → 100644
View file @
08963365
-*- text -*-
How to add more configuration to the server
-------------------------------------------
1. Think twice about what it really is you want to configure. Find a
good, descriptive name for it.
2. Think twice about which values the parameter can be set to.
Integers? Booleans?
3. Document it in src/doc/man/lyskomd.8.
4. Add a field to in in struct kom_par (in src/server/param.h).
5. Add it to parameters[] in src/server/server-config.c. See
src/server/conf-file.h (and maybe src/server/conf-file.c).
6. Make sure the parameter is used instead of any previous hard-coded
value. Make sure that dbck can cope with it.
That's all there is to it!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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