* add missing dependency on php5-gd
* remove all hardcoded paths
* rework README.OpenBSD
* add empty zabbix.conf.php file that is writable by the www user so
that the configuration wizard can tweak this file
* protect configuration files, they may contain passwords
* fix configuration so that it works by default which is the purpose of
porting these kinds of apps
ok sthen@, ok jasper@ on a previous version of the diff
caused by SUBST_CMD'ing straight into WRKINST). found by naddy@.
- whack autoconf into not picking up libbind.
- fix dependencies.
- zabbix-web wasn't installing the .conf/.ini files but instead
@sample'ing them from nowhere. they don't need @sample, just install
them.
- regen plist.
- bumps all round.
ZABBIX is an enterprise-class open source distributed monitoring
solution designed to monitor and track performance and availability of
network servers, devices and other IT resources. It supports distributed
and WEB monitoring, and more.
based on original work by bernd@
ok ajacoutot@