Code

Merge branch 'master' of ssh://tonvoon@nagiosplug.git.sourceforge.net/gitroot/nagiosp...
[nagiosplug.git] / plugins-scripts / check_netdns.pl
index 65ad7beb1aa774d521e371a65fea44382c322a65..ecdbdb1a39f752677d22540eff925084becd9f9d 100755 (executable)
@@ -5,7 +5,9 @@
 #
 # Copyright 2000, virCIO, LLP
 #
-# $Log$
+# Revision 1.3  2002/05/07 05:35:49  sghosh
+# 2nd fix for ePN
+#
 # Revision 1.2  2002/05/02 16:43:29  sghosh
 # fix for embedded perl
 #
 
 use Getopt::Long;
 use Net::DNS;
-use Findbin;
-use lib "$FindBin::Bin";
+use lib utils.pm;
 use utils ;
 
+my $PROGNAME = "check_netdns";
+
 Getopt::Long::Configure(`bundling`);
 GetOptions("V" => $opt_V,         "version" => $opt_V,
                                         "h" => $opt_h,         "help" => $opt_h,