From 8974c45c9615061fa15017c41f877aa231468f62 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sun, 5 Oct 2014 20:11:42 +0200 Subject: [PATCH] Remove unimplemented but advertised "autoconf" --- plugins/rabbitmq/rabbitmq_connections | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plugins/rabbitmq/rabbitmq_connections b/plugins/rabbitmq/rabbitmq_connections index fb254604..2e6970b9 100755 --- a/plugins/rabbitmq/rabbitmq_connections +++ b/plugins/rabbitmq/rabbitmq_connections @@ -12,17 +12,6 @@ # installation scripts): # #%# family=auto -#%# capabilities=autoconf - -# If run with the "autoconf"-parameter, give our opinion on wether we -# should be run on this system or not. This is optinal, and only used by -# munin-config. In the case of this plugin, we should most probably -# always be included. - -if [ "$1" = "autoconf" ]; then - echo yes - exit 0 -fi HOME=/tmp/