Blame SOURCES/sfinger.xinetd

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