From 590b9b7b03bf4651e099949e318755af7cfa81b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Aug 2021 22:03:23 +0100 Subject: gentoo resync : 01.08.2021 --- net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild') diff --git a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild index c94739cfae13..b8d35f5a7591 100644 --- a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild @@ -557,6 +557,8 @@ pkg_postinst() { fi if use server; then + tmpfiles_process zabbix-server.conf + elog elog "For distributed monitoring you have to run:" elog @@ -567,6 +569,18 @@ pkg_postinst() { elog fi + if use proxy; then + tmpfiles_process zabbix-proxy.conf + fi + + if use agent; then + tmpfiles_process zabbix-agentd.conf + fi + + if use agent2; then + tmpfiles_process zabbix-agent2.conf + fi + elog "--" elog elog "You may need to add these lines to /etc/services:" -- cgit v1.2.3