mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
The last PR (https://github.com/openwrt/packages/pull/28370) missed including two needed changes, and had a minor packaging Makefile mistake. The Zabbix Agent needs to drop privileges to the zabbix-agent user. Similarly, if run as root (not the default), the Zabbix server needs to drop privileges to the zabbix-server user. There are also, in the Makefile, three instances of using BUILD_VARIANT instead of VARIANT in package definitions. So we fix those issues. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>