summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl
blob: d40e7f9a4c74708315f26cdcc897b0024a1674b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);