kumquat-buildroot/package/pure-ftpd/Config.in
Bryce Ferguson d204d96289 pure-ftpd: Added pure-ftpwho config option
Added the pure-ftpwho config option. When selected, the --with-ftpwho
compiler option is passed which enabled the pure-ftpwho command.

Signed-off-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-20 21:26:26 +01:00

24 lines
779 B
Plaintext

config BR2_PACKAGE_PURE_FTPD
bool "pure-ftpd"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_USE_MMU # fork()
help
Pure-FTPd is a free (BSD), secure, production-quality and standard-
conformant FTP server. It doesn't provide useless bells and whistles,
but focuses on efficiency and ease of use. It provides simple answers
to common needs, plus unique useful features for personal users as
well as hosting providers.
http://www.pureftpd.org
if BR2_PACKAGE_PURE_FTPD
config BR2_PACKAGE_PURE_FTPD_FTPWHO
bool "ftpwho"
help
Enable the pure-ftpd command. Pure-ftpwho shows current Pure-ftpd
client sessions. Only the system administrator may run this. Output
can be text (default), HTML, XML data and parser-optimized.
endif