## 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" depends on BROKEN 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_STARTSCRIPT bool default y prompt "install /etc/init.d/proftpd" endif