Blame SOURCES/sfinger.xinetd

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