diff --git a/net/icinga/core/Makefile b/net/icinga/core/Makefile index b4b5b89c740..55abcaa54eb 100644 --- a/net/icinga/core/Makefile +++ b/net/icinga/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2012/05/27 09:49:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2012/05/27 19:39:28 sthen Exp $ COMMENT-main = network monitoring system (improved fork of Nagios) COMMENT-cgi = cgi scripts for Icinga (classic Nagios-style UI) @@ -6,7 +6,7 @@ COMMENT-ido = store Icinga configuration and events in a database DISTNAME = icinga-$V PKGNAME-main = icinga-$V -REVISION = 2 +REVISION = 3 PKGNAME-cgi = icinga-cgi-$V PKGNAME-ido = icinga-idoutils-$V diff --git a/net/icinga/core/pkg/icinga.rc b/net/icinga/core/pkg/icinga.rc index 61df09b162b..f63a8eef29c 100644 --- a/net/icinga/core/pkg/icinga.rc +++ b/net/icinga/core/pkg/icinga.rc @@ -1,9 +1,9 @@ #!/bin/sh # -# $OpenBSD: icinga.rc,v 1.2 2011/12/17 22:01:13 sthen Exp $ +# $OpenBSD: icinga.rc,v 1.3 2012/05/27 19:39:28 sthen Exp $ daemon="${TRUEPREFIX}/bin/icinga -d" -daemon_flags="${SYSCONFDIR}/icinga/icinga.cfg" +daemon_flags="${SYSCONFDIR}/icinga.cfg" . /etc/rc.d/rc.subr diff --git a/net/icinga/core/pkg/ido2db.rc b/net/icinga/core/pkg/ido2db.rc index 8224a5d5005..4397d5219ff 100644 --- a/net/icinga/core/pkg/ido2db.rc +++ b/net/icinga/core/pkg/ido2db.rc @@ -1,9 +1,9 @@ #!/bin/sh # -# $OpenBSD: ido2db.rc,v 1.1 2011/03/28 19:51:59 sthen Exp $ +# $OpenBSD: ido2db.rc,v 1.2 2012/05/27 19:39:28 sthen Exp $ daemon="${TRUEPREFIX}/bin/ido2db" -daemon_flags="-c ${SYSCONFDIR}/icinga/ido2db.cfg" +daemon_flags="-c ${SYSCONFDIR}/ido2db.cfg" . /etc/rc.d/rc.subr