fix package name for icinga-web2 in README; pointed out by rpe@

This commit is contained in:
sthen 2015-12-24 12:57:17 +00:00
parent 620390221d
commit 882e8a956d
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2015/12/08 13:49:36 sthen Exp $
# $OpenBSD: Makefile,v 1.48 2015/12/24 12:57:17 sthen Exp $
BROKEN-hppa = needs 64-bit atomic ops; __sync_add_and_fetch_4
BROKEN-sparc64 = gcc 4.2.1 fails "Illegal operands", gcc 4.9 hangs for 2h (icinga_unity.cpp)
@ -11,6 +11,7 @@ COMMENT-pgsql = PostgreSQL support for icinga2
V = 2.4.1
EPOCH = 0
REVISION-main = 0
GH_ACCOUNT = Icinga
GH_PROJECT = icinga2
GH_TAGNAME = v$V

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.11 2015/11/16 20:29:55 sthen Exp $
$OpenBSD: README-main,v 1.12 2015/12/24 12:57:17 sthen Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -47,7 +47,7 @@ Web User Interface
The optional Icinga Web 2 user interface can be installed separately,
# pkg_add icingaweb2
# pkg_add icinga-web2
Consult the upstream documentation and the separate pkg-readme for
Icinga Web 2.