Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/files/
Date: Wed, 31 Jul 2019 20:53:27
Message-Id: 1564606398.073505a7ca21693ab891644999a802b51fe82d7a.prometheanfire@gentoo
1 commit: 073505a7ca21693ab891644999a802b51fe82d7a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 31 18:14:28 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 20:53:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073505a7
7
8 app-admin/puppet-agent: remove unused files
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/puppet-agent/files/mcollective.initd | 18 ------------------
14 app-admin/puppet-agent/files/mcollective.service | 14 --------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd
18 deleted file mode 100644
19 index 6500cd87881..00000000000
20 --- a/app-admin/puppet-agent/files/mcollective.initd
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 -#!/sbin/openrc-run
24 -# Copyright 1999-2015 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}"
28 -
29 -command="/usr/sbin/mcollectived"
30 -pidfile="${MCOLLECTIVE_PID_DIR}/mcollectived.pid"
31 -
32 -command_args="--pidfile ${pidfile} --config=/etc/puppetlabs/mcollective/server.cfg --daemonize"
33 -
34 -depend() {
35 - need net
36 -}
37 -
38 -start_pre() {
39 - checkpath --directory "${MCOLLECTIVE_PID_DIR}"
40 -}
41
42 diff --git a/app-admin/puppet-agent/files/mcollective.service b/app-admin/puppet-agent/files/mcollective.service
43 deleted file mode 100644
44 index 9a6fdefb8ca..00000000000
45 --- a/app-admin/puppet-agent/files/mcollective.service
46 +++ /dev/null
47 @@ -1,14 +0,0 @@
48 -[Unit]
49 -Description=The Marionette Collective
50 -After=network.target
51 -
52 -[Service]
53 -Type=forking
54 -StandardOutput=syslog
55 -StandardError=syslog
56 -ExecStart=/usr/sbin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize
57 -ExecReload=/bin/kill -USR1 $MAINPID
58 -PIDFile=/var/run/puppetlabs/mcollective.pid
59 -
60 -[Install]
61 -WantedBy=multi-user.target