summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
commit590b9b7b03bf4651e099949e318755af7cfa81b8 (patch)
tree54c184b7d26c25f1922bfeaf19a1dd45a2e3b1eb /net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
parentf4fc10428424904caf2035cffc442195cb088b2c (diff)
gentoo resync : 01.08.2021
Diffstat (limited to 'net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild')
-rw-r--r--net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
index cd6face9be93..73471980e5cb 100644
--- a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.1-r1.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:"