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/salt/files/
Date: Thu, 15 Apr 2021 18:05:54
Message-Id: 1618509921.f6bd2aafcae3e74593a561c9d17200f14b31732d.conikost@gentoo
1 commit: f6bd2aafcae3e74593a561c9d17200f14b31732d
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Apr 8 16:48:33 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 18:05:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bd2aaf
7
8 app-admin/salt: remove unused files
9
10 Closes: https://github.com/gentoo/gentoo/pull/20307
11 Package-Manager: Portage-3.0.18, 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/salt/files/api-initd-4 | 14 --------------
16 app-admin/salt/files/master-initd-4 | 14 --------------
17 app-admin/salt/files/minion-initd-4 | 15 ---------------
18 app-admin/salt/files/syndic-initd-4 | 14 --------------
19 4 files changed, 57 deletions(-)
20
21 diff --git a/app-admin/salt/files/api-initd-4 b/app-admin/salt/files/api-initd-4
22 deleted file mode 100644
23 index a0cb8265047..00000000000
24 --- a/app-admin/salt/files/api-initd-4
25 +++ /dev/null
26 @@ -1,14 +0,0 @@
27 -#!/sbin/openrc-run
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -command="/usr/bin/salt-api"
32 -command_args="${SALT_OPTS}"
33 -command_background="1"
34 -pidfile="/var/run/salt-api.pid"
35 -name="SALT API daemon"
36 -retry="20"
37 -
38 -depend() {
39 - use net logger
40 -}
41
42 diff --git a/app-admin/salt/files/master-initd-4 b/app-admin/salt/files/master-initd-4
43 deleted file mode 100644
44 index e07e72b0dae..00000000000
45 --- a/app-admin/salt/files/master-initd-4
46 +++ /dev/null
47 @@ -1,14 +0,0 @@
48 -#!/sbin/openrc-run
49 -# Copyright 1999-2015 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -command="/usr/bin/salt-master"
53 -command_args="${SALT_OPTS}"
54 -command_background="1"
55 -pidfile="/var/run/salt-master.pid"
56 -name="SALT master daemon"
57 -retry="20"
58 -
59 -depend() {
60 - use net logger
61 -}
62
63 diff --git a/app-admin/salt/files/minion-initd-4 b/app-admin/salt/files/minion-initd-4
64 deleted file mode 100644
65 index c658ccf5c1d..00000000000
66 --- a/app-admin/salt/files/minion-initd-4
67 +++ /dev/null
68 @@ -1,15 +0,0 @@
69 -#!/sbin/openrc-run
70 -# Copyright 1999-2015 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -command="/usr/bin/salt-minion"
74 -command_args="${SALT_OPTS}"
75 -command_background="1"
76 -pidfile="/var/run/salt-minion.pid"
77 -name="SALT minion daemon"
78 -retry="20"
79 -
80 -depend() {
81 - need net
82 - use logger
83 -}
84
85 diff --git a/app-admin/salt/files/syndic-initd-4 b/app-admin/salt/files/syndic-initd-4
86 deleted file mode 100644
87 index 8908f2cfa85..00000000000
88 --- a/app-admin/salt/files/syndic-initd-4
89 +++ /dev/null
90 @@ -1,14 +0,0 @@
91 -#!/sbin/openrc-run
92 -# Copyright 1999-2015 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -command="/usr/bin/salt-syndic"
96 -command_args="${SALT_OPTS}"
97 -command_background="1"
98 -pidfile="/var/run/salt-syndic.pid"
99 -name="SALT syndic daemon"
100 -retry="20"
101 -
102 -depend() {
103 - use net logger
104 -}