3d8a254
From 09c8c8357094670da50fa517342be72e5a16226d Mon Sep 17 00:00:00 2001
1fb876e
From: Peter Lemenkov <lemenkov@gmail.com>
1fb876e
Date: Wed, 10 Mar 2010 12:02:00 +0300
3d8a254
Subject: [PATCH 1/6] Do not use /usr/local for perl
1fb876e
1fb876e
---
1fb876e
 contrib/check_linux_raid.pl |    2 +-
1fb876e
 1 files changed, 1 insertions(+), 1 deletions(-)
1fb876e
1fb876e
diff --git a/contrib/check_linux_raid.pl b/contrib/check_linux_raid.pl
3d8a254
index d2e5b46..1647b8b 100644
1fb876e
--- a/contrib/check_linux_raid.pl
1fb876e
+++ b/contrib/check_linux_raid.pl
1fb876e
@@ -23,7 +23,7 @@
1fb876e
 #	  WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min
1fb876e
 
1fb876e
 use strict;
1fb876e
-use lib "/usr/local/nagios/libexec";
1fb876e
+use lib utils.pm;
1fb876e
 use utils qw(%ERRORS);
1fb876e
 
1fb876e
 # die with an error if we're not on Linux
1fb876e
-- 
3d8a254
1.7.2.3
1fb876e