Code

add opt_C to 'usr vars'
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sat, 21 Feb 2004 03:42:43 +0000 (03:42 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sat, 21 Feb 2004 03:42:43 +0000 (03:42 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@820 f882894a-f735-0410-b71e-b25c423dba1c

plugins-scripts/check_breeze.pl

index 68cdbe8cb99bc18af7d18f25051ee3c1b7165f42..0e9cffb88f60f3061202984f026a3162daef5f33 100755 (executable)
@@ -3,7 +3,7 @@
 
 use strict;
 use Getopt::Long;
-use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME);
+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);