diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-03-15 09:34:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 15:33:25 +0700 |
commit | 11e25191a55109dd07d75c72e77d4cad6b2489d4 (patch) | |
tree | baae3251d21a3b3defce29ab00c8118f891edad8 /network/icinga2/icinga2.SlackBuild | |
parent | 5e3fb752b09ff47fa60b66191b3155abedd2999c (diff) | |
download | slackbuilds-11e25191a55109dd07d75c72e77d4cad6b2489d4.tar.gz |
network/icinga2: Updated for version 2.3.2.
Diffstat (limited to 'network/icinga2/icinga2.SlackBuild')
-rw-r--r-- | network/icinga2/icinga2.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index 78eddf8438..2b071e5753 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.2.4} +VERSION=${VERSION:-2.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -119,9 +119,10 @@ cd .. # Where precision tools fail, the hammer succeeds mv $PKG/usr/share/man $PKG/usr/man -# Match config with monitoring-plugins and manubulon-snmp-plugins packages +# Match config with monitoring-plugins, manubulon-snmp-plugins & nagios-plugins packages sed -i -e 's#^\(const ManubulonPluginDir =\).*#\1 "/usr/libexec/manubulon-snmp-plugins"#' \ -e 's#^\(const PluginDir =\).*#\1 "/usr/libexec/monitoring-plugins"#' \ + -e 's#^\(const PluginContribDir =\).*#\1 "/usr/libexec/nagios"#' \ $PKG/etc/$PRGNAM/constants.conf # Convert SYSV init script to BSD style |