Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 11:56:37 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434522 - in head/net-mgmt/icinga2: . files
Message-ID:  <201702211156.v1LBubcU051097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Tue Feb 21 11:56:37 2017
New Revision: 434522
URL: https://svnweb.freebsd.org/changeset/ports/434522

Log:
  net-mgmt/icinga2:
  - Add $PREFIX/sbin to PATH in icinga2.in to fix some API issues (icingaweb2-module-director now works!) [1]
  - Remove SIGPIPE trap in icinga2.in which was fixed upstream
  - Bump PORTREVISION
  
  PR:		217266 [1]
  Submitted by:	Philip Jocks
  MFH:		2017Q1

Modified:
  head/net-mgmt/icinga2/Makefile
  head/net-mgmt/icinga2/files/icinga2.in

Modified: head/net-mgmt/icinga2/Makefile
==============================================================================
--- head/net-mgmt/icinga2/Makefile	Tue Feb 21 11:31:47 2017	(r434521)
+++ head/net-mgmt/icinga2/Makefile	Tue Feb 21 11:56:37 2017	(r434522)
@@ -3,6 +3,7 @@
 PORTNAME=	icinga2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	lme@FreeBSD.org

Modified: head/net-mgmt/icinga2/files/icinga2.in
==============================================================================
--- head/net-mgmt/icinga2/files/icinga2.in	Tue Feb 21 11:31:47 2017	(r434521)
+++ head/net-mgmt/icinga2/files/icinga2.in	Tue Feb 21 11:56:37 2017	(r434522)
@@ -19,14 +19,9 @@
 
 . /etc/rc.subr
 
-# XXX temporary workaround for a bug in Icinga 2. See
-# https://dev.icinga.org/issues/13567
-
-trap "" SIGPIPE
-
 # Add /usr/local/bin to path, so that the notification scripts 
 # can work (#!/usr/bin/env bash)
-export PATH=$PATH:%%LOCALBASE%%/bin
+export PATH=$PATH:%%LOCALBASE%%/bin:%%PREFIX%%/sbin
 
 name="icinga2"
 rcvar=icinga2_enable



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702211156.v1LBubcU051097>