aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-02-28 22:05:18 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-02-28 22:05:18 +0100
commit0c5b362c3047c30326a748b154bc692b083d38ed (patch)
treec7d50f9c5730709d00e12adb1f699721761828e5 /plugins-scripts
parent694307cddee1fb8b4ea803b73d54ebe9a7ce88aa (diff)
downloadmonitoring-plugins-0c5b362c3047c30326a748b154bc692b083d38ed.tar.gz
Disable Perl's "taint" checks
Perl's "taint" checks don't like `use lib "$FindBin::Bin"'. Cf. http://www.perlmonks.org/?node_id=585299
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-xplugins-scripts/check_breeze.pl2
-rwxr-xr-xplugins-scripts/check_ircd.pl2
-rwxr-xr-xplugins-scripts/check_wave.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl
index 38badeb6..12a60ee6 100755
--- a/plugins-scripts/check_breeze.pl
+++ b/plugins-scripts/check_breeze.pl
@@ -1,4 +1,4 @@
-#!@PERL@ -wT
+#!@PERL@ -w
use strict;
diff --git a/plugins-scripts/check_ircd.pl b/plugins-scripts/check_ircd.pl
index c14980c0..afedfb95 100755
--- a/plugins-scripts/check_ircd.pl
+++ b/plugins-scripts/check_ircd.pl
@@ -1,4 +1,4 @@
-#!@PERL@ -wT
+#!@PERL@ -w
# -----------------------------------------------------------------------------
# File Name: check_ircd.pl
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl
index 5fa78e33..979416e0 100755
--- a/plugins-scripts/check_wave.pl
+++ b/plugins-scripts/check_wave.pl
@@ -1,4 +1,4 @@
-#!@PERL@ -wT
+#!@PERL@ -w
#