summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl b/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl
deleted file mode 100644
index 38475e97ba3e..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins-scripts/check_file_age.pl.orig 2015-07-30 21:40:06 UTC
-+++ plugins-scripts/check_file_age.pl
-@@ -26,7 +26,8 @@ use English;
- use Getopt::Long;
- use File::stat;
- use vars qw($PROGNAME);
--use lib ".";
-+use FindBin;
-+use lib "$FindBin::Bin";
- use utils qw (%ERRORS &print_revision &support);
-
- sub print_help ();