diff --git a/exec/fingerservice.js b/exec/fingerservice.js index 7fbd0ae49a601c14b62d13d5c45743762080ed6a..1279ba8560200f7e790296eb33e6150e8a52cdc9 100644 --- a/exec/fingerservice.js +++ b/exec/fingerservice.js @@ -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)