17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
# default: off
|
|
# $Id: proftpd-xinetd,v 1.2 2002/06/10 15:35:47 dude Exp $
|
|
# description: The ProFTPD FTP server serves FTP connections. It uses \
|
|
# normal, unencrypted usernames and passwords for authentication.
|
|
service ftp
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/in.proftpd
|
|
server = /usr/sbin/tcpd
|
|
log_on_success += DURATION USERID
|
|
log_on_failure += USERID
|
|
nice = 10
|
|
disable = no
|
|
}
|