Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/files/
Date: Thu, 13 Jan 2022 08:06:06
Message-Id: 1642061160.4489dcef439770791ec27e05b9b7b679ea431f1a.fordfrog@gentoo
1 commit: 4489dcef439770791ec27e05b9b7b679ea431f1a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Jan 12 19:12:42 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 08:06:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4489dcef
7
8 net-analyzer/zabbix: remove unused file
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/23761
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 net-analyzer/zabbix/files/zabbix-server.init | 19 -------------------
16 1 file changed, 19 deletions(-)
17
18 diff --git a/net-analyzer/zabbix/files/zabbix-server.init b/net-analyzer/zabbix/files/zabbix-server.init
19 deleted file mode 100644
20 index b0bf752abaf7..000000000000
21 --- a/net-analyzer/zabbix/files/zabbix-server.init
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 -#!/sbin/openrc-run
25 -# Copyright 1999-2020 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -command="/usr/sbin/zabbix_server"
29 -command_args="--foreground --config /etc/zabbix/zabbix_server.conf"
30 -command_background="true"
31 -command_user="zabbix:zabbix"
32 -pidfile="/run/${RC_SVCNAME}.pid"
33 -
34 -depend() {
35 - need net
36 - use mysql postgresql
37 -}
38 -
39 -start_pre() {
40 - checkpath -q -d -m 0750 -o root:zabbix /etc/zabbix
41 - checkpath -q -f -m 0640 -o root:zabbix /etc/zabbix/*.conf
42 -}