From de49812990871e1705b64051c35161d5e6400269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Dec 2018 14:11:38 +0000 Subject: gentoo resync : 24.12.2018 --- net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd | 2 +- net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy | 2 +- net-analyzer/zabbix/files/3.0/init.d/zabbix-server | 2 +- .../zabbix/files/4.0/patches/zbx401-modulepathfix.patch | 11 +++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) mode change 100644 => 100755 net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd mode change 100644 => 100755 net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy mode change 100644 => 100755 net-analyzer/zabbix/files/3.0/init.d/zabbix-server create mode 100644 net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch (limited to 'net-analyzer/zabbix/files') diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd b/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd old mode 100644 new mode 100755 index 2e5024ed2de8..d803d4450cac --- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd +++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 pid_file="/run/zabbix/zabbix_agentd.pid" diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy b/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy old mode 100644 new mode 100755 index 81dc78f08e3f..6aa1793435c8 --- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy +++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 pid_file="/run/zabbix/zabbix_proxy.pid" diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-server b/net-analyzer/zabbix/files/3.0/init.d/zabbix-server old mode 100644 new mode 100755 index a57a3100dd95..109c6545d456 --- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-server +++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-server @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 pid_file="/run/zabbix/zabbix_server.pid" diff --git a/net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch b/net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch new file mode 100644 index 000000000000..c0d1650fb85c --- /dev/null +++ b/net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch @@ -0,0 +1,11 @@ +--- zabbix-4.0.1/configure 2018-10-29 10:36:05.000000000 -0700 ++++ zfx/configure 2018-11-07 16:59:28.015968345 -0800 +@@ -12510,7 +12510,7 @@ + CURL_SSL_CERT_LOCATION="${datadir}/zabbix/ssl/certs" + CURL_SSL_KEY_LOCATION="${datadir}/zabbix/ssl/keys" + +-LOAD_MODULE_PATH="${libdir}/modules" ++LOAD_MODULE_PATH="${libdir}/zabbix" + + + -- cgit v1.2.3