Blob Blame History Raw
From 486c4e9c83f32d0cc5789afa7c6c74eeebe8e40a Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 10 Mar 2010 12:02:00 +0300
Subject: [PATCH 01/10] Do not use /usr/local for perl

---
 contrib/check_linux_raid.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/check_linux_raid.pl b/contrib/check_linux_raid.pl
index 77e75f6..3a15ac8 100644
--- a/contrib/check_linux_raid.pl
+++ b/contrib/check_linux_raid.pl
@@ -23,7 +23,7 @@
 #	  WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min
 
 use strict;
-use lib "/usr/local/nagios/libexec";
+use lib utils.pm;
 use utils qw(%ERRORS);
 
 # die with an error if we're not on Linux
-- 
1.8.3.1