freebsd-ports/net/nagios-plugins/files/patch-check_ifoperstatus.pl
Jun Kuriyama 4bd953d9e9 Add nagios-plugins after repocopy from netsaint-plugins.
Submitted by:	Blaz Zupan <blaz@si.FreeBSD.org>
Repocopied by:	joe
2002-07-22 01:03:42 +00:00

11 lines
370 B
Perl

--- 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);