* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2017-01-15 10:25 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-01-15 10:25 UTC (permalink / raw
To: gentoo-commits
commit: fe1e054771cecd15660d6a05e7929e416ffeb008
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jan 14 09:34:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:25:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1e0547
net-analyzer/munin: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/3462
net-analyzer/munin/files/localstart-munin | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-analyzer/munin/files/localstart-munin b/net-analyzer/munin/files/localstart-munin
deleted file mode 100644
index 2934cba..00000000
--- a/net-analyzer/munin/files/localstart-munin
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mkdir -p /var/run/munin
-chown munin:munin /var/run/munin
-chmod 0700 /var/run/munin
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2017-10-12 9:32 Christian Ruppert
0 siblings, 0 replies; 6+ messages in thread
From: Christian Ruppert @ 2017-10-12 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 536333b4797f9467438ce03086db6c372e89ba09
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 18:20:11 2017 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 09:32:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536333b4
net-analyzer/munin: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/5816
net-analyzer/munin/files/logrotate.d-munin.2 | 30 ----------------------------
1 file changed, 30 deletions(-)
diff --git a/net-analyzer/munin/files/logrotate.d-munin.2 b/net-analyzer/munin/files/logrotate.d-munin.2
deleted file mode 100644
index 96a163accbd..00000000000
--- a/net-analyzer/munin/files/logrotate.d-munin.2
+++ /dev/null
@@ -1,30 +0,0 @@
-/var/log/munin/munin-node.log {
- daily
- missingok
- rotate 7
- compress
- copytruncate
- notifempty
- create 640 root root
- postrotate
- /etc/init.d/munin-node restart 1>/dev/null || true
- endscript
-}
-
-/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
- daily
- missingok
- rotate 7
- compress
- notifempty
- nocreate
-}
-
-/var/log/munin/munin-cgi-graph.log /var/log/munin/munin-cgi-html.log {
- daily
- missingok
- rotate 7
- compress
- notifempty
- create 640 @CGIUSER@
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2018-07-11 11:34 Tony Vroon
0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon @ 2018-07-11 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 9e9859656b5c85034a3cbba8bada4fb75756e80d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 8 08:52:42 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 11:33:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e985965
net-analyzer/munin: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/9122
.../munin/files/munin-2.0.33-nogitversion.patch | 11 ---------
.../munin/files/munin-2.0.33-perl526.patch | 26 ----------------------
2 files changed, 37 deletions(-)
diff --git a/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch b/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch
deleted file mode 100644
index 6cf33538bde..00000000000
--- a/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- munin-2.0.33/getversion
-+++ munin-2.0.33/getversion
-@@ -54,8 +54,6 @@
-
- if [ -s "RELEASE" ]; then
- cat RELEASE
--elif [ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" = "true" ]; then
-- generate_version_string
- elif [ ! -z "$(generate_version_string_from_dir)" ]; then
- generate_version_string_from_dir
- else
diff --git a/net-analyzer/munin/files/munin-2.0.33-perl526.patch b/net-analyzer/munin/files/munin-2.0.33-perl526.patch
deleted file mode 100644
index d3cabb9906c..00000000000
--- a/net-analyzer/munin/files/munin-2.0.33-perl526.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-diff -ruN munin-2.0.33.orig/master/Build.PL munin-2.0.33/master/Build.PL
---- munin-2.0.33.orig/master/Build.PL 2017-03-03 00:02:39.000000000 -0000
-+++ munin-2.0.33/master/Build.PL 2017-08-05 15:06:55.799816839 -0000
-@@ -1,3 +1,4 @@
-+use lib q[.];
- use MasterBuilder;
-
- use warnings;
-diff -ruN munin-2.0.33.orig/node/Build.PL munin-2.0.33/node/Build.PL
---- munin-2.0.33.orig/node/Build.PL 2017-03-03 00:02:39.000000000 -0000
-+++ munin-2.0.33/node/Build.PL 2017-08-05 15:11:07.689824612 -0000
-@@ -1,3 +1,4 @@
-+use lib q[.];
- use NodeBuilder;
-
- use warnings;
-diff -ruN munin-2.0.33.orig/plugins/Build.PL munin-2.0.33/plugins/Build.PL
---- munin-2.0.33.orig/plugins/Build.PL 2017-03-03 00:02:39.000000000 -0000
-+++ munin-2.0.33/plugins/Build.PL 2017-08-05 15:13:57.056168401 -0000
-@@ -1,3 +1,4 @@
-+use lib q[.];
- use PluginsBuilder;
-
- use warnings;
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2019-07-20 19:39 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-07-20 19:39 UTC (permalink / raw
To: gentoo-commits
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:
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2021-12-04 15:23 Brian Evans
0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans @ 2021-12-04 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 6f38bef4bbf57f356ff94e48e1ae6a7767599404
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 15:21:59 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 15:23:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f38bef4
net-analyzer/munin: Update munin-asyncd script
Split options into their declarative components
Closes: https://bugs.gentoo.org/828095
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
net-analyzer/munin/files/munin-asyncd.init.2 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2
index 59ef4c6b0280..15a17a7bef6c 100644
--- a/net-analyzer/munin/files/munin-asyncd.init.2
+++ b/net-analyzer/munin/files/munin-asyncd.init.2
@@ -1,11 +1,12 @@
#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command=/usr/libexec/munin/munin-asyncd
command_args="--fork"
pidfile="/run/munin-asyncd.pid"
-start_stop_daemon_args="--background --make-pidfile --user munin-async"
+command_background="yes"
+command_user="munin-async"
depend() {
need munin-node
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/
@ 2024-05-26 21:31 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-05-26 21:31 UTC (permalink / raw
To: gentoo-commits
commit: e7a06bdeb0915eee18b0de3942cc9bb9285ecaab
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 26 08:57:43 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:29:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a06bde
net-analyzer/munin: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-analyzer/munin/files/munin-node_init.d_2.0.19 | 26 -------------------
net-analyzer/munin/files/munin.apache.include | 31 -----------------------
net-analyzer/munin/files/munin.apache.include-2.4 | 28 --------------------
3 files changed, 85 deletions(-)
diff --git a/net-analyzer/munin/files/munin-node_init.d_2.0.19 b/net-analyzer/munin/files/munin-node_init.d_2.0.19
deleted file mode 100644
index fca7880692cf..000000000000
--- a/net-analyzer/munin/files/munin-node_init.d_2.0.19
+++ /dev/null
@@ -1,26 +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
-}
-
-# vim: filetype=gentoo-init-d:
diff --git a/net-analyzer/munin/files/munin.apache.include b/net-analyzer/munin/files/munin.apache.include
deleted file mode 100644
index f8b2df5daa66..000000000000
--- a/net-analyzer/munin/files/munin.apache.include
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- apache -*-
-
-ScriptAlias /munin-cgi/ /usr/libexec/munin/cgi/
-Alias /munin/static /etc/munin/static
-
-<IfDefine MUNIN_HTML_CGI>
-RewriteEngine on
-
-RewriteCond %{REQUEST_URI} (/|\.html)$
-RewriteCond %{REQUEST_URI} !/static
-RewriteRule ^/munin/(.*) /munin-cgi/munin-cgi-html/$1 [PT,L]
-</IfDefine>
-
-<Directory /usr/libexec/munin/cgi/>
- Options +ExecCGI
-
- Order allow,deny
- Allow from all
-
- <IfModule mod_fcgid.c>
- SetHandler fcgid-script
- </IfModule>
- <IfModule !mod_fcgid.c>
- SetHandler cgi-script
- </IfModule>
-</Directory>
-
-<Directory /etc/munin/static>
- Order allow,deny
- Allow from all
-</Directory>
diff --git a/net-analyzer/munin/files/munin.apache.include-2.4 b/net-analyzer/munin/files/munin.apache.include-2.4
deleted file mode 100644
index ec69cbb07b91..000000000000
--- a/net-analyzer/munin/files/munin.apache.include-2.4
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- apache -*-
-
-ScriptAlias /munin-cgi/ /usr/libexec/munin/cgi/
-Alias /munin/static /etc/munin/static
-
-<IfDefine MUNIN_HTML_CGI>
-RewriteEngine on
-
-RewriteCond %{REQUEST_URI} (/|\.html)$
-RewriteCond %{REQUEST_URI} !/static
-RewriteRule ^/munin/(.*) /munin-cgi/munin-cgi-html/$1 [PT,L]
-</IfDefine>
-
-<Directory /usr/libexec/munin/cgi/>
- Options +ExecCGI
- Require all granted
-
- <IfModule mod_fcgid.c>
- SetHandler fcgid-script
- </IfModule>
- <IfModule !mod_fcgid.c>
- SetHandler cgi-script
- </IfModule>
-</Directory>
-
-<Directory /etc/munin/static>
- Require all granted
-</Directory>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-26 21:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-04 15:23 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/files/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:31 Conrad Kostecki
2019-07-20 19:39 Aaron Bauman
2018-07-11 11:34 Tony Vroon
2017-10-12 9:32 Christian Ruppert
2017-01-15 10:25 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox