summaryrefslogtreecommitdiff
blob: 2081ba9be2be21d13a0c794a5efaeeab3cfe3d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/files/ftp.xinetd,v 1.1 2007/01/21 18:54:47 vapier 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
}