Files @ 85f2aba68754
Branch filter:

Location: ohnobinki_overlay/net-ftp/vsftpd/files/vsftpd.xinetd - annotation

binki
profiles: added ChangeLog and example thirdpartymirrors file

The thirdpartymirrors will be used for redistributing lcab. Maybe I should set up a page to deal with bugs for lcab?
# default: off
# description: Vsftpd is an FTP server, designed to be secure.
# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.xinetd,v 1.4 2005/06/07 18:34:17 uberlord Exp $

service ftp
{
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/sbin/vsftpd
	server_args     = /etc/vsftpd/vsftpd.conf
	log_on_success  += DURATION 
	nice            = 10
	disable         = yes
}