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