]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
Add 'zabbix' user to the 'proc' group auto/th/zabbix-3.2.3-2
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 24 Jan 2017 08:43:01 +0000 (09:43 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 24 Jan 2017 08:43:01 +0000 (09:43 +0100)
Otherwise zabbix_agentd will lie about number of running processes.

Release: 2

zabbix.spec

index a45cd2b9d5d6f02243259fcccb9d2df5754fc42a..9117d9cb0816613c8d9ed87d3994c092dda4ea21 100644 (file)
@@ -15,7 +15,7 @@ Summary:      Zabbix - network monitoring software
 Summary(pl.UTF-8):     Zabbix - oprogramowanie do monitorowania sieci
 Name:          zabbix
 Version:       3.2.3
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Networking/Utilities
 Source0:       http://downloads.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
@@ -443,6 +443,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre common
 %groupadd -g 111 zabbix
 %useradd -d / -u 111 -g zabbix -c "Zabbix User" -s /bin/false zabbix
+%addusertogroup -q zabbix proc
 
 %postun common
 if [ "$1" = "0" ]; then
This page took 0.060833 seconds and 4 git commands to generate.