Blame SOURCES/sfinger.xinetd

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