python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / pure-ftpd / Config.in
blob57b78d1ae6d84f4d90d770076581d54623aab310
1 config BR2_PACKAGE_PURE_FTPD
2         bool "pure-ftpd"
3         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4         depends on BR2_USE_MMU # fork()
5         help
6           Pure-FTPd is a free (BSD), secure, production-quality and standard-
7           conformant FTP server. It doesn't provide useless bells and whistles,
8           but focuses on efficiency and ease of use. It provides simple answers
9           to common needs, plus unique useful features for personal users as
10           well as hosting providers.
12           http://www.pureftpd.org
14 if BR2_PACKAGE_PURE_FTPD
16 config BR2_PACKAGE_PURE_FTPD_FTPWHO
17         bool "ftpwho"
18         help
19           Enable the pure-ftpd command.  Pure-ftpwho shows current Pure-ftpd
20           client sessions.  Only the system administrator may run this.  Output
21           can be text (default), HTML, XML data and parser-optimized.
23 config BR2_PACKAGE_PURE_FTPD_QUOTAS
24         bool "quotas"
25         help
26           Enable virtual quotas. With virtual quotas, restrictions can
27           be placed on the maximum number of files a user can store in
28           his account. In addition, restrictions can also be placed
29           on the total size.
31 endif