diff options
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 78eddf8438757..2b071e5753924 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 |