From 3264f38d691cf1a7a549c5276c893a7c5450daf1 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 20 Oct 2005 09:09:55 +0000 Subject: update monit to new upstream release (v4.6), split in 2 packages (w/ and w/o ssl support), add a restart command to init-script. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/monit/Config.in | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'package/monit/Config.in') diff --git a/package/monit/Config.in b/package/monit/Config.in index 3410a992c..247215889 100644 --- a/package/monit/Config.in +++ b/package/monit/Config.in @@ -1,10 +1,31 @@ +config BR2_COMPILE_MONIT + bool + default n + depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL + config BR2_PACKAGE_MONIT - tristate "monit - System services monitoring utility" + tristate "monit - System services monitoring utility, with SSL support" + select BR2_COMPILE_MONIT select BR2_PACKAGE_LIBPTHREAD + select BR2_PACKAGE_LIBOPENSSL default m if CONFIG_DEVEL help - utility for monitoring services on a Unix system + An utility for monitoring services on a Unix system + + This package is built with SSL support. + + http://www.tildeslash.com/monit/ + + +config BR2_PACKAGE_MONIT_NOSSL + tristate "monit-nossl - System services monitoring utility, without SSL support" + select BR2_COMPILE_MONIT + select BR2_PACKAGE_LIBPTHREAD + default m if CONFIG_DEVEL + help + An utility for monitoring services on a Unix system. + + This package is built without SSL support. http://www.tildeslash.com/monit/ - \ No newline at end of file -- cgit v1.2.3