[Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_breeze.pl,1.4,1.4.2.1
Karl DeBisschop
kdebisschop at users.sourceforge.net
Fri Feb 20 20:02:12 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19838
Modified Files:
Tag: r1_3_0
check_breeze.pl
Log Message:
add $opt_C to 'use vars' (report 882381 and patch form Jason Martin)
Index: check_breeze.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_breeze.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** check_breeze.pl 28 Oct 2002 13:05:06 -0000 1.4
--- check_breeze.pl 21 Feb 2004 03:50:00 -0000 1.4.2.1
***************
*** 4,8 ****
use strict;
use Getopt::Long;
! use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME);
use lib utils.pm ;
use utils qw(%ERRORS &print_revision &support &usage);
--- 4,8 ----
use strict;
use Getopt::Long;
! use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME);
use lib utils.pm ;
use utils qw(%ERRORS &print_revision &support &usage);
More information about the Commits
mailing list