diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-12-03 22:26:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 07:58:31 +0700 |
commit | b1c36d8303610d4b020aa0edc7b1f65970726077 (patch) | |
tree | 178726a1171af08624922aa73145c577f4113261 | |
parent | 6a0c16749a6fc3e8be4af9e2842c39c8781e1362 (diff) | |
download | slackbuilds-b1c36d8303610d4b020aa0edc7b1f65970726077.tar.gz |
network/icinga2: Updated for version 2.4.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
-rw-r--r-- | network/icinga2/icinga2.SlackBuild | 5 | ||||
-rw-r--r-- | network/icinga2/icinga2.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index addcefefbf..269b98fd10 100644 --- a/network/icinga2/icinga2.SlackBuild +++ b/network/icinga2/icinga2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icinga2 -VERSION=${VERSION:-2.3.11} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -119,6 +119,9 @@ cd .. # Where precision tools fail, the hammer succeeds mv $PKG/usr/share/man $PKG/usr/man +# Dislexya is fun! +sed -e 's# >/dev/null 2&>1; # >/dev/null 2>&1; #' -i $PKG/usr/lib/icinga2/prepare-dirs + # Match config with monitoring-plugins, manubulon-snmp-plugins & nagios-plugins packages sed -e 's#^\(const ManubulonPluginDir =\).*#\1 "/usr/libexec/manubulon-snmp-plugins"#' \ -e 's#^\(const PluginDir =\).*#\1 "/usr/libexec/monitoring-plugins"#' \ diff --git a/network/icinga2/icinga2.info b/network/icinga2/icinga2.info index 14d7c68ce2..cf3794b5fa 100644 --- a/network/icinga2/icinga2.info +++ b/network/icinga2/icinga2.info @@ -1,8 +1,8 @@ PRGNAM="icinga2" -VERSION="2.3.11" +VERSION="2.4.0" HOMEPAGE="https://www.icinga.org/" -DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.3.11.tar.gz" -MD5SUM="8c8367363b00e10022fd6baf28d3603e" +DOWNLOAD="https://github.com/Icinga/icinga2/archive/v2.4.0.tar.gz" +MD5SUM="fba998d5da10f95c512ac3e41616c264" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yajl" |