Parent Directory | Revision Log | Revision Graph
Import on branch sme8 of package stunnel-tls-3.22-4.el5.sme.src.rpm
1 | # Not that anyone in their right mind would tunnel the finger protocol over |
2 | # SSL, but here's how to do it using xinetd.... |
3 | |
4 | service sfinger |
5 | { |
6 | socket_type = stream |
7 | wait = no |
8 | user = root |
9 | server = /usr/sbin/stunnel |
10 | server_args = -l /usr/sbin/in.fingerd -- in.fingerd |
11 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |