fix rc scripts since SYSCONFDIR change; robert at peichaer / org

This commit is contained in:
sthen 2012-05-27 19:39:28 +00:00
parent 18e9be7fd3
commit d6ebb614f4
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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