chiark / gitweb /
Remove finger program from trunk.
[userv-utils.git] / finger / services.in
diff --git a/finger/services.in b/finger/services.in
deleted file mode 100644 (file)
index 4bc7cfd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.