From: florian Date: Sun, 6 Jul 2008 11:56:08 +0000 (+0000) Subject: Update nsca to 2.7.2 (#3640) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e92c23bfc5af11734b21f50385d3f0ca12042d30;p=packages.git Update nsca to 2.7.2 (#3640) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11693 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nsca/Makefile b/net/nsca/Makefile index 0a2d8994a..8a07b2019 100644 --- a/net/nsca/Makefile +++ b/net/nsca/Makefile @@ -9,14 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nsca -PKG_VERSION:=2.7.1 +PKG_VERSION:=2.7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/nagios -PKG_MD5SUM:=823400ebca86df44c6f48b66e1c181d2 - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=33a98e7975f633a9489d7a8938ed6131 include $(INCLUDE_DIR)/package.mk @@ -28,6 +26,12 @@ define Package/send-nsca URL:=http://www.nagios.org/ endef +define Package/send-nsca/description + This is the client program that is used to send service check + information from a remote machine to the nsca daemon on the central + machine that runs Nagios. +endef + define Package/send-nsca/conffiles /etc/send_nsca.cfg endef