summaryrefslogtreecommitdiff
blob: b69694d1dcf64ec63c7bc7a34f970a61c9598d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# $Id$
# 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
}