summaryrefslogtreecommitdiffstats
path: root/rules/proftpd.in
blob: a59746b8e45b1b8b308116abb3f8195bf73c655c (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
menuconfig PROFTPD
	bool "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.

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

config PROFTPD_SENDFILE
	bool
	prompt "sendfile support"
	depends on PROFTPD
	help
	  FIXME: This item needs to be documented
	
config PROFTPD_SHADOW
	bool
	prompt "shadow support"
	depends on PROFTPD
	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"
	depends on PROFTPD
	help
	  FIXME: This item needs to be documented