[Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_breeze.pl,1.4,1.5
Karl DeBisschop
kdebisschop at users.sourceforge.net
Fri Feb 20 19:55:06 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18667
Modified Files:
check_breeze.pl
Log Message:
add opt_C to 'usr vars'
Index: check_breeze.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_breeze.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** check_breeze.pl 28 Oct 2002 13:05:06 -0000 1.4
--- check_breeze.pl 21 Feb 2004 03:42:43 -0000 1.5
***************
*** 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