From 5bbcf099c0977f474e78aae08d353a75b7919cb9 Mon Sep 17 00:00:00 2001 From: Tomas Edwardsson Date: Mon, 27 May 2013 16:42:13 +0000 Subject: [PATCH] Fixed nrpe with invalid libdir --- check_yum/nagios-okplugin-check_yum.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/check_yum/nagios-okplugin-check_yum.spec b/check_yum/nagios-okplugin-check_yum.spec index 361cac6..cf2c960 100644 --- a/check_yum/nagios-okplugin-check_yum.spec +++ b/check_yum/nagios-okplugin-check_yum.spec @@ -24,6 +24,7 @@ A Nagios plugin to check for updates using yum via NRPE %build perl -pi -e "s|/usr/lib|%{_libdir}|g" sudoers.d/check_yum +perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_yum.cfg %install rm -rf %{buildroot}