Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fluentd/files/
Date: Sun, 11 Jul 2021 14:43:02
Message-Id: 1626014573.db40fd5233f33f6d4a785978ed6bef714e5e410c.conikost@gentoo
1 commit: db40fd5233f33f6d4a785978ed6bef714e5e410c
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Jul 11 11:28:16 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 14:42:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db40fd52
7
8 app-admin/fluentd: remove unused file
9
10 Closes: https://github.com/gentoo/gentoo/pull/21597
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-admin/fluentd/files/fluentd-1.2.6.initd | 15 ---------------
16 1 file changed, 15 deletions(-)
17
18 diff --git a/app-admin/fluentd/files/fluentd-1.2.6.initd b/app-admin/fluentd/files/fluentd-1.2.6.initd
19 deleted file mode 100644
20 index f2019e3e116..00000000000
21 --- a/app-admin/fluentd/files/fluentd-1.2.6.initd
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -#!/sbin/openrc-run
25 -# Copyright 2018 Sony Interactive Entertainment
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -command=/usr/bin/fluentd
29 -logfile=/var/log/fluentd/fluent.log
30 -pidfile=/var/run/fluentd.pid
31 -command_args="--daemon ${pidfile} --no-supervisor -o ${logfile} ${fluentd_opts}"
32 -command_background=yes
33 -command_user=fluentd:fluentd
34 -retry="TERM/10/KILL/30"
35 -
36 -start_pre() {
37 - fluentd -q --dry-run
38 -}