diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-22 12:09:47 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-22 12:09:47 +0000 |
commit | 2ec77512e1a16e7d75155bc2a47b040295a6f232 (patch) | |
tree | d7b267a3b0241fc023a2e8e0407ae6834d61addc /net-mgmt/zabbix4-server/files/zabbix_proxy.in | |
parent | Update to 2019.06.21. (diff) |
net-mgmt/zabbix*: Fix MySQL order in rc scripts
MySQL and MariaDB uses `PROVIDE: mysql`.
PR: 238211
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: maintainer timeout (pg@pakhom.spb.ru, > 3 weeks)
Diffstat (limited to 'net-mgmt/zabbix4-server/files/zabbix_proxy.in')
-rw-r--r-- | net-mgmt/zabbix4-server/files/zabbix_proxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix4-server/files/zabbix_proxy.in b/net-mgmt/zabbix4-server/files/zabbix_proxy.in index f202f3825111..213c989966f8 100644 --- a/net-mgmt/zabbix4-server/files/zabbix_proxy.in +++ b/net-mgmt/zabbix4-server/files/zabbix_proxy.in @@ -3,7 +3,7 @@ # PROVIDE: zabbix_proxy # REQUIRE: DAEMON %%PGSQL%%# REQUIRE: postgresql -%%MYSQL%%# REQUIRE: mysql-server +%%MYSQL%%# REQUIRE: mysql # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf to |