Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 12f5d1fd3bc7317d6659bd4d7292c9ab > files > 2

nagios-check_memory-1.7-3mdv2009.0.src.rpm

--- check_mem.pl~	2008-06-25 13:04:49.000000000 +0200
+++ check_mem.pl	2008-06-25 13:05:45.000000000 +0200
@@ -43,8 +43,7 @@
 # 	+ Initial Release
 # 
 use strict;
-use FindBin;
-use lib $FindBin::Bin;
+use lib '@libdir@/nagios/plugins';
 use utils qw($TIMEOUT %ERRORS &print_revision &support);
 use vars qw($PROGNAME $PROGVER);
 use Getopt::Long;