Skip to content

Commit

Permalink
net-mgmt/icinga2:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bsdlme committed Feb 21, 2017
1 parent 09f0762 commit 7312bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions net-mgmt/icinga2/Makefile
Expand Up @@ -3,6 +3,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= net-mgmt

MAINTAINER= lme@FreeBSD.org
Expand Down
7 changes: 1 addition & 6 deletions net-mgmt/icinga2/files/icinga2.in
Expand Up @@ -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
Expand Down

0 comments on commit 7312bf0

Please sign in to comment.