Blame SOURCES/sfinger.xinetd

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