4e5299
# Not that anyone in their right mind would tunnel the finger protocol over
4e5299
# SSL, but here's how to do it using xinetd....
4e5299
service sfinger
4e5299
{
4e5299
	disable	= yes
4e5299
	socket_type	= stream
4e5299
	wait		= no
4e5299
	user		= root
4e5299
	server		= /usr/sbin/stunnel
4e5299
	server_args	= /etc/stunnel/stunnel-sfinger.conf
4e5299
}