From e7a06bdeb0915eee18b0de3942cc9bb9285ecaab Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 26 May 2024 10:57:43 +0200 Subject: net-analyzer/munin: remove unused files Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- 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(-) delete mode 100644 net-analyzer/munin/files/munin-node_init.d_2.0.19 delete mode 100644 net-analyzer/munin/files/munin.apache.include delete mode 100644 net-analyzer/munin/files/munin.apache.include-2.4 (limited to 'net-analyzer/munin') 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 - - -RewriteEngine on - -RewriteCond %{REQUEST_URI} (/|\.html)$ -RewriteCond %{REQUEST_URI} !/static -RewriteRule ^/munin/(.*) /munin-cgi/munin-cgi-html/$1 [PT,L] - - - - Options +ExecCGI - - Order allow,deny - Allow from all - - - SetHandler fcgid-script - - - SetHandler cgi-script - - - - - Order allow,deny - Allow from all - 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 - - -RewriteEngine on - -RewriteCond %{REQUEST_URI} (/|\.html)$ -RewriteCond %{REQUEST_URI} !/static -RewriteRule ^/munin/(.*) /munin-cgi/munin-cgi-html/$1 [PT,L] - - - - Options +ExecCGI - Require all granted - - - SetHandler fcgid-script - - - SetHandler cgi-script - - - - - Require all granted - -- cgit v1.2.3-65-gdbad