From 073505a7ca21693ab891644999a802b51fe82d7a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 31 Jul 2019 20:14:28 +0200 Subject: [PATCH] app-admin/puppet-agent: remove unused files Signed-off-by: Michael Mair-Keimberger Signed-off-by: Matthew Thode --- app-admin/puppet-agent/files/mcollective.initd | 18 ------------------ .../puppet-agent/files/mcollective.service | 14 -------------- 2 files changed, 32 deletions(-) delete mode 100644 app-admin/puppet-agent/files/mcollective.initd delete mode 100644 app-admin/puppet-agent/files/mcollective.service diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd deleted file mode 100644 index 6500cd878815..000000000000 --- a/app-admin/puppet-agent/files/mcollective.initd +++ /dev/null @@ -1,18 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}" - -command="/usr/sbin/mcollectived" -pidfile="${MCOLLECTIVE_PID_DIR}/mcollectived.pid" - -command_args="--pidfile ${pidfile} --config=/etc/puppetlabs/mcollective/server.cfg --daemonize" - -depend() { - need net -} - -start_pre() { - checkpath --directory "${MCOLLECTIVE_PID_DIR}" -} diff --git a/app-admin/puppet-agent/files/mcollective.service b/app-admin/puppet-agent/files/mcollective.service deleted file mode 100644 index 9a6fdefb8ca8..000000000000 --- a/app-admin/puppet-agent/files/mcollective.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=The Marionette Collective -After=network.target - -[Service] -Type=forking -StandardOutput=syslog -StandardError=syslog -ExecStart=/usr/sbin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize -ExecReload=/bin/kill -USR1 $MAINPID -PIDFile=/var/run/puppetlabs/mcollective.pid - -[Install] -WantedBy=multi-user.target -- 2.26.2