chiark / gitweb /
@@ -1,3 +1,9 @@
[userv-utils.git] / finger / services.in
diff --git a/finger/services.in b/finger/services.in
new file mode 100644 (file)
index 0000000..4bc7cfd
--- /dev/null
@@ -0,0 +1,18 @@
+# This file contains the special advertised or unadvertised services
+# The result is that finger <service>@<hostname> will run some
+# command.
+#
+# Each service is listed like this:
+#   service <service-name>
+#   command <command>
+# [ verbose <command-if-verbose> ]
+# [ desc <description> ]
+# Blank lines and #-comments are allowed.
+#
+# If a description is provided it will be printed in the normal
+# finger @host output.  If the verbose command is provided it
+# will be run instead of the usual command if a verbose request
+# (from `finger -l' on UN*X) is made; otherwise verbose requests
+# will run the normal command.
+#
+# You can override anything usually displayed by this fingerd here.