Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 63552527a81ec493b4761eaa819b73db > files > 12

proftpd-1.2.10-9.1.102mdk.src.rpm

# default: off
# description: proftpd server, xinetd version. \
# Don't run the standalone version if you run \
# this!

service ftp
{
	disable = yes
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/in.ftpd
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
	disable			= yes
}