diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl b/net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl deleted file mode 100644 index 39ee768a416b..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins-scripts/check_ifoperstatus.pl.orig Thu May 9 21:03:51 2002 -+++ plugins-scripts/check_ifoperstatus.pl Fri Jul 19 21:29:02 2002 -@@ -26,7 +26,7 @@ - # 11.01.2000 Version 1.0 - # $Id: check_ifoperstatus.pl,v 1.1 2002/05/09 19:03:51 sghosh Exp $ - --use POSIX; -+#use POSIX; - use strict; - use lib utils.pm ; - use utils qw($TIMEOUT %ERRORS &print_revision &support); |