Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > d2e01d3f26e552ca8c5522b4f979d427 > files > 11

wu-ftpd-2.6.2-3mdk.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
}