Print "still open" messages.
[userv-utils] / finger / services.in
CommitLineData
5f9b7675 1# This file contains the special advertised or unadvertised services
2# The result is that finger <service>@<hostname> will run some
3# command.
4#
5# Each service is listed like this:
6# service <service-name>
7# command <command>
8# [ verbose <command-if-verbose> ]
9# [ desc <description> ]
10# Blank lines and #-comments are allowed.
11#
12# If a description is provided it will be printed in the normal
13# finger @host output. If the verbose command is provided it
14# will be run instead of the usual command if a verbose request
15# (from `finger -l' on UN*X) is made; otherwise verbose requests
16# will run the normal command.
17#
18# You can override anything usually displayed by this fingerd here.