...and fix SYSCONFDIR in README, also from robert at peichaer / org..

so tempting to just put this back to the 'gnu old' way...
This commit is contained in:
sthen 2012-05-27 19:42:42 +00:00
parent d6ebb614f4
commit 3e53e70724
2 changed files with 4 additions and 4 deletions

View File

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

View File

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