isdn4k-utils/eurofile/.Config.in

14 lines
488 B
Plaintext

mainmenu_option next_comment
comment 'Options for EuroFile'
bool 'EuroFile server daemon' CONFIG_EFTD
if [ "$CONFIG_EFTD" = "y" ]; then
CONFIG_EFTD_WUAUTH=${CONFIG_EFTD_WUAUTH:-"y"}
bool ' use wu-ftpd authentification' CONFIG_EFTD_WUAUTH
fi
bool 'EuroFile client with command line user interface' CONFIG_EFTP
if [ "$CONFIG_EFTP" = "y" ]; then
CONFIG_EFTP_READLINE=${CONFIG_EFTP_READLINE:-"y"}
bool ' support command line editing with GNU readline' CONFIG_EFTP_READLINE
fi
endmenu