Falken Finger Daemon

This utility will  give a list of online users to a finger client.
Installation is simple.  Copy the fbbs.fingerd to your /usr/sbin directory
and modify inetd.conf to reflect this finger daemon as opposed to the
finger daemon that comes with linux.  Here is an example inetd.conf line
for the finger daemon:

finger  stream  tcp nowait  root  /usr/sbin/tcpd  /usr/sbin/fbbs.fingerd

Then send inetd the HUP signal to reread the new configuration and it's
ready to go.

To HUP inetd, do the following:

ps aux | grep inetd

look for the PID (should be the first number on the inetd line and it's
usually in the 200-300 range).

then type:

kill -HUP pidofinetd

That's it.  You should be able to type:

finger @your.hostname.com

and get a list of users online.
