From d95644521ccd544cbb9a8bfeda927a6b9f6fb01a Mon Sep 17 00:00:00 2001 From: Subhendu Ghosh Date: Tue, 7 May 2002 05:35:49 +0000 Subject: 2nd fix for ePN git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@22 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-scripts/check_flexlm.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins-scripts/check_flexlm.pl') diff --git a/plugins-scripts/check_flexlm.pl b/plugins-scripts/check_flexlm.pl index 595a0b34..6bda29bd 100755 --- a/plugins-scripts/check_flexlm.pl +++ b/plugins-scripts/check_flexlm.pl @@ -33,10 +33,11 @@ use strict; use Getopt::Long; use vars qw($opt_V $opt_h $opt_F $verbose $PROGNAME); -use FindBin ; -use lib "$FindBin::Bin"; +use lib utils.pm; use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); +$PROGNAME="check_flexlm"; + sub print_help (); sub print_usage (); -- cgit v1.2.3-74-g34f1