summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild')
-rw-r--r--net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild
index 9aad51163a13..f3cb8a820f0f 100644
--- a/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild
@@ -313,6 +313,7 @@ pkg_postinst() {
fi
if use server; then
+ tmpfiles_process zabbix-server.conf
elog
elog "For distributed monitoring you have to run:"
elog
@@ -323,6 +324,14 @@ pkg_postinst() {
elog
fi
+ if use proxy ; then
+ tmpfiles_process zabbix-proxy.conf
+ fi
+
+ if use agent ; then
+ tmpfiles_process zabbix-agent.conf
+ fi
+
elog "--"
elog
elog "You may need to add these lines to /etc/services:"