Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > d0d011aac4d04f1c56177e4a23dce1e6 > files > 14

wu-ftpd-2.6.2-8mdv2008.0.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
}