summaryrefslogtreecommitdiffstats
path: root/rules/proftpd.in
blob: b9b958f7539c03fbc1e7215af5c50ef0ed6ba7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## SECTION=networking
menuconfig PROFTPD
	tristate
	prompt "proftpd                       "
	help
	  A powerful replacement for wu-ftpd, this File Transfer Protocol
 	  daemon supports hidden directories, virtual hosts, and
	  per-directory ".ftpaccess" files.  It uses a single main
	  configuration file, with a syntax similar to Apache.

if PROFTPD

config PROFTPD_PAM
	bool
	prompt "PAM support"
	help
	  FIXME: This item needs to be documented

config PROFTPD_SENDFILE
	bool
	prompt "sendfile support"
	help
	  FIXME: This item needs to be documented

config PROFTPD_SHADOW
	bool
	prompt "shadow support"
	help
	  FIXME: This item needs to be documented

config PROFTPD_AUTOSHADOW
	bool
	prompt "autoshadow support"
	depends on PROFTPD_SHADOW
	help
	  FIXME: This item needs to be documented

config PROFTPD_DEFAULTCONFIG
	bool
	prompt "install default config file"
	help
	  FIXME: This item needs to be documented

endif