diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
commit | 4bd953d9e9f77c9e1688cc3fec99356749069fce (patch) | |
tree | 1b034c239e697c7fa03f7560ca57dd01ba334b56 /net/nagios-plugins/files/patch-check_ifoperstatus.pl | |
parent | Update to 1.6 release (diff) |
Add nagios-plugins after repocopy from netsaint-plugins.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Repocopied by: joe
Notes
Notes:
svn path=/head/; revision=63351
Diffstat (limited to 'net/nagios-plugins/files/patch-check_ifoperstatus.pl')
-rw-r--r-- | net/nagios-plugins/files/patch-check_ifoperstatus.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nagios-plugins/files/patch-check_ifoperstatus.pl b/net/nagios-plugins/files/patch-check_ifoperstatus.pl new file mode 100644 index 000000000000..39ee768a416b --- /dev/null +++ b/net/nagios-plugins/files/patch-check_ifoperstatus.pl @@ -0,0 +1,11 @@ +--- 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); |