Skip to content
Snippets Groups Projects
Commit 9c61611f authored by rswindell's avatar rswindell
Browse files

Updated comments (for services.ini instead of services.cfg).

parent 50141a92
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,16 @@
// $Id$
// Example configuration (in ctrl/services.cfg):
// Example configuration (in ctrl/services.ini)
// [Finger]
// Port=79
// MaxClients=10
// Options=NO_HOST_LOOKUP
// Command=fingerservice.js
// Finger 79 0-unlimited 0 fingerservice.js [options]
// Command-line options:
// Options:
// -n to the configuration line to eliminate user age and gender
// -n add to the Command line to eliminate user age and gender
// information from the query results.
// -a report aliases only (no real names)
// -ff enable the findfile feature (requires a "guest" account)
......
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