zabbix: fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
This commit is contained in:
slartibartfas81 2019-07-29 15:29:50 +02:00 committed by Helmut Pozimski
parent da8e2bda65
commit 7bf49c1cd8
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

View file

@ -1,7 +1,7 @@
# Template file for 'zabbix'
pkgname=zabbix
version=4.2.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp
--with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent