Add a small message to create symlink under htdocs, like we do with

other web apps. zabbix.conf is now correct.

prodded by jdixon@
This commit is contained in:
ajacoutot 2009-07-15 12:28:06 +00:00
parent 5732fb7c0b
commit ab51ae5667
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2009/07/13 17:13:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2009/07/15 12:28:06 ajacoutot Exp $
COMMENT-main = network and application monitoring - agent
COMMENT-server = network and application monitoring - server
@ -11,7 +11,7 @@ DISTNAME = zabbix-${VERSION}
FULLPKGNAME-main = zabbix-agent-${VERSION}p5
PKGNAME-server = zabbix-server-${VERSION}p5
FULLPKGNAME-doc = zabbix-doc-${VERSION}p2
PKGNAME-web = zabbix-web-${VERSION}p4
PKGNAME-web = zabbix-web-${VERSION}p5
CATEGORIES = net
HOMEPAGE = http://www.zabbix.com/
@ -64,7 +64,7 @@ PREFIX-web = /var/www
LIB_DEPENDS-web =
RUN_DEPENDS-web = ::www/php5/extensions,-gd
WANTLIB-web =
ZABBIX_WEB = ${PREFIX-web}/htdocs/zabbix
ZABBIX_WEB = ${PREFIX-web}/zabbix
FLAVOR ?= no_server

View File

@ -0,0 +1,6 @@
The Zabbix web frontend has been installed into
${PREFIX-web}/zabbix
You should point this to the DocumentRoot of your web-server:
# ln -s ../zabbix /var/www/htdocs/zabbix
(make sure you use a relative symlink since Apache is chrooted)