diff options
Diffstat (limited to 'net-analyzer/zabbix/zabbix-5.4.3.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.4.3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.4.3.ebuild b/net-analyzer/zabbix/zabbix-5.4.3.ebuild index 8a3157cfa587..21c67e3c16ad 100644 --- a/net-analyzer/zabbix/zabbix-5.4.3.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.3.ebuild @@ -581,6 +581,8 @@ pkg_postinst() { fi if use server; then + tmpfiles_process zabbix-server.conf + elog elog "For distributed monitoring you have to run:" elog @@ -591,6 +593,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:" |