summaryrefslogtreecommitdiff
blob: 22bca8e7cf32ebc173fd34d8b3cadc89968cace7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/files/ftp.xinetd,v 1.2 2004/08/14 13:41:20 swegener Exp $
# description: The netkit ftp daemon with optional SSL support.

service ftp
{
	socket_type		= stream
	protocol		= tcp
	wait			= no
	user			= root
	server			= /usr/bin/ftpd
	disable			= yes
}