diff --git a/net/icinga/core/Makefile b/net/icinga/core/Makefile index 55abcaa54eb..c898a70480e 100644 --- a/net/icinga/core/Makefile +++ b/net/icinga/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2012/05/27 19:39:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2012/05/27 19:42:42 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 = 3 +REVISION = 4 PKGNAME-cgi = icinga-cgi-$V PKGNAME-ido = icinga-idoutils-$V diff --git a/net/icinga/core/pkg/README-main b/net/icinga/core/pkg/README-main index dfcb1740458..b3f59a91c92 100644 --- a/net/icinga/core/pkg/README-main +++ b/net/icinga/core/pkg/README-main @@ -1,4 +1,4 @@ -$OpenBSD: README-main,v 1.6 2012/05/17 11:05:40 sthen Exp $ +$OpenBSD: README-main,v 1.7 2012/05/27 19:42:42 sthen Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD @@ -15,7 +15,7 @@ on the local machine; these should work as-is. You may check your configuration file format before starting Icinga: - /usr/local/bin/icinga -v ${SYSCONFDIR}/icinga/icinga.cfg + /usr/local/bin/icinga -v ${SYSCONFDIR}/icinga.cfg This will parse all configuration files and warn about any problems which have been identified.