aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-12-14 06:30:18 +0800
committerpav <pav@FreeBSD.org>2009-12-14 06:30:18 +0800
commit104b1808f07091c7cc71e41926c2ad03143f1d02 (patch)
tree76604f3c0ff989980b752b98913bd1b546a0e602 /net-mgmt/zabbix/files
parent584a1736c953a5b36bd41d67681967b176905e4a (diff)
downloadfreebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.gz
freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.zst
freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.zip
- Update zabbix to 1.8
- Split the port to server, frontend, agent and proxy slaves - Add zabbix16 for people who don't want to update to 1.8 yet PR: ports/141364 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
Diffstat (limited to 'net-mgmt/zabbix/files')
-rw-r--r--net-mgmt/zabbix/files/patch-configure12
-rw-r--r--net-mgmt/zabbix/files/pkg-message.in7
-rw-r--r--net-mgmt/zabbix/files/zabbix_proxy.in16
-rw-r--r--net-mgmt/zabbix/files/zabbix_server.sh.in16
4 files changed, 0 insertions, 51 deletions
diff --git a/net-mgmt/zabbix/files/patch-configure b/net-mgmt/zabbix/files/patch-configure
deleted file mode 100644
index a1b0bd52a4fe..000000000000
--- a/net-mgmt/zabbix/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig 2009-03-28 13:23:22.000000000 -0500
-+++ configure 2009-03-28 13:23:40.000000000 -0500
-@@ -580,6 +580,9 @@
- # Factoring default headers for most tests.
- ac_includes_default="\
- #include <stdio.h>
-+#include <sys/socket.h>
-+#include <sys/param.h>
-+#include <netinet/in.h>
- #ifdef HAVE_SYS_TYPES_H
- # include <sys/types.h>
- #endif
diff --git a/net-mgmt/zabbix/files/pkg-message.in b/net-mgmt/zabbix/files/pkg-message.in
deleted file mode 100644
index 5ba8c2fd4809..000000000000
--- a/net-mgmt/zabbix/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-===============================================================
-You can prepare a database for zabbix this way:
-% cd %%DATADIR%%/create
-% cat schema/<db>.sql data/data.sql data/images_<db>.sql\
-% | <db_client>
-where <db> is your preferred database engine.
-===============================================================
diff --git a/net-mgmt/zabbix/files/zabbix_proxy.in b/net-mgmt/zabbix/files/zabbix_proxy.in
deleted file mode 100644
index 750f3c6d9b0b..000000000000
--- a/net-mgmt/zabbix/files/zabbix_proxy.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# PROVIDE: zabbix_proxy
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-. %%RC_SUBR%%
-
-name="zabbix_proxy"
-rcvar=${name}_enable
-load_rc_config $name
-eval : \${${rcvar}='NO'}
-
-command="%%PREFIX%%/bin/${name}"
-required_files="%%ETCDIR%%/${name}.conf"
-
-run_rc_command "$1"
diff --git a/net-mgmt/zabbix/files/zabbix_server.sh.in b/net-mgmt/zabbix/files/zabbix_server.sh.in
deleted file mode 100644
index 4543669f7000..000000000000
--- a/net-mgmt/zabbix/files/zabbix_server.sh.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# PROVIDE: zabbix_server
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-. %%RC_SUBR%%
-
-name="zabbix_server"
-rcvar=${name}_enable
-load_rc_config $name
-eval : \${${rcvar}='NO'}
-
-command="%%PREFIX%%/bin/${name}"
-required_files="%%ETCDIR%%/${name}.conf"
-
-run_rc_command "$1"