Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 0e799f2d746d0114af3193b2ff40af7f > files > 13

wu-ftpd-2.6.2-6mdk.src.rpm

# default: on
# description: The wu-ftpd 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.ftpd
	server_args		= -l -a
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
}