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