public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
Date: Sat, 20 Jul 2019 19:39:10 +0000 (UTC)	[thread overview]
Message-ID: <1563651461.a286106599270d3d9dcbe0bb8731e1ee7729e9cf.bman@gentoo> (raw)

commit:     a286106599270d3d9dcbe0bb8731e1ee7729e9cf
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 18 20:24:35 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 19:37:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2861065

net-analyzer/munin: remove unused file

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12469
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/munin/files/munin-node_init.d_2.0.7 | 36 ------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-analyzer/munin/files/munin-node_init.d_2.0.7 b/net-analyzer/munin/files/munin-node_init.d_2.0.7
deleted file mode 100644
index 7932e356f2e..00000000000
--- a/net-analyzer/munin/files/munin-node_init.d_2.0.7
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-get_munin_config() {
-	awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
-}
-
-: ${CFGFILE:=/etc/munin/munin-node.conf}
-
-command=/usr/sbin/munin-node
-command_args="--config ${CFGFILE}"
-pidfile=$(get_munin_config pid_file)
-start_stop_daemon_args="--nicelevel ${NICE_LEVEL:-0} --wait 1500"
-extra_started_commands="reload"
-
-depend() {
-	config "$CFGFILE"
-
-	before cron
-
-	[ "$(get_munin_config log_file)" = "Sys::Syslog" ] && \
-		use logger
-}
-
-start_pre() {
-    checkpath -d $(dirname ${pidfile})
-}
-
-reload() {
-    ebegin "Reloading ${SERVICE}"
-    kill -HUP `cat ${pidfile}`
-    eend $?
-}
-
-# vim: filetype=gentoo-init-d:


             reply	other threads:[~2019-07-20 19:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-20 19:39 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:31 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/ Conrad Kostecki
2021-12-04 15:23 Brian Evans
2018-07-11 11:34 Tony Vroon
2017-10-12  9:32 Christian Ruppert
2017-01-15 10:25 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1563651461.a286106599270d3d9dcbe0bb8731e1ee7729e9cf.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox