Parent Directory | Revision Log | Revision Graph
Initial import
1 | # default: off |
2 | # $Id: proftpd-xinetd,v 1.2 2002/06/10 15:35:47 dude Exp $ |
3 | # description: The ProFTPD FTP server serves FTP connections. It uses \ |
4 | # normal, unencrypted usernames and passwords for authentication. |
5 | service ftp |
6 | { |
7 | socket_type = stream |
8 | wait = no |
9 | user = root |
10 | server = /usr/sbin/in.proftpd |
11 | log_on_success += DURATION USERID |
12 | log_on_failure += USERID |
13 | nice = 10 |
14 | disable = yes |
15 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |