ports/net-mgmt/nagios-plugins/files/patch-check_ifstatus.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
335 B
Perl

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