#menu "monit............................. System services monitoring utility" config FWRT_COMPILE_MONIT tristate default n depends FWRT_PACKAGE_MONIT || FWRT_PACKAGE_MONIT_NOSSL config FWRT_PACKAGE_MONIT prompt "monit............................. System services monitoring utility, with SSL support" tristate select FWRT_COMPILE_MONIT select FWRT_PACKAGE_LIBPTHREAD select FWRT_PACKAGE_LIBOPENSSL default n help An utility for monitoring services on a Unix system This package is built with SSL support. http://www.tildeslash.com/monit/ config FWRT_PACKAGE_MONIT_NOSSL prompt "monit-nossl....................... System services monitoring utility, without SSL support" tristate select FWRT_COMPILE_MONIT select FWRT_PACKAGE_LIBPTHREAD default n help An utility for monitoring services on a Unix system. This package is built without SSL support. http://www.tildeslash.com/monit/ #endmenu