summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl b/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl
deleted file mode 100644
index d40e7f9a4c74..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins-scripts/check_ifstatus.pl.orig Wed May 8 06:58:22 2002
-+++ plugins-scripts/check_ifstatus.pl Fri Jul 19 21:28:46 2002
-@@ -27,7 +27,7 @@
- #
- # $Id: check_ifstatus.pl,v 1.1 2002/05/08 04:58:22 sghosh Exp $
-
--use POSIX;
-+#use POSIX;
- use strict;
- use lib utils.pm ;
- use utils qw($TIMEOUT %ERRORS &print_revision &support);