diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-07-31 20:14:28 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-07-31 15:53:18 -0500 |
commit | 073505a7ca21693ab891644999a802b51fe82d7a (patch) | |
tree | c741dd32de7ac55824c45d3c28a1450b0f7bd394 | |
parent | net-misc/remmina: bump to 1.3.5 with additional upstream fixes (diff) | |
download | gentoo-073505a7ca21693ab891644999a802b51fe82d7a.tar.gz gentoo-073505a7ca21693ab891644999a802b51fe82d7a.tar.bz2 gentoo-073505a7ca21693ab891644999a802b51fe82d7a.zip |
app-admin/puppet-agent: remove unused files
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-admin/puppet-agent/files/mcollective.initd | 18 | ||||
-rw-r--r-- | app-admin/puppet-agent/files/mcollective.service | 14 |
2 files changed, 0 insertions, 32 deletions
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 |