From 1c0dcdeaf00ea64028f0d1db7f823090017eeb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3mas=20Edwardsson?= Date: Fri, 13 Aug 2010 14:37:24 +0000 Subject: [PATCH] renamed apc plugin --- check_apcext.pl/trunk/nagios-okplugin-apc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_apcext.pl/trunk/nagios-okplugin-apc.spec b/check_apcext.pl/trunk/nagios-okplugin-apc.spec index aca196b..ac830db 100644 --- a/check_apcext.pl/trunk/nagios-okplugin-apc.spec +++ b/check_apcext.pl/trunk/nagios-okplugin-apc.spec @@ -2,7 +2,7 @@ Summary: A Nagios plugin to check APC devices Name: nagios-okplugin-apc -Version: 0.0.1 +Version: 0.0.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -26,7 +26,7 @@ Checks APC devices, both netbotz and UPS %install rm -rf %{buildroot} install -D -p -m 0755 check_apcext.pl %{buildroot}%{_libdir}/nagios/plugins/check_apcext.pl -install -D -p -m 0755 check_snmp_apc_ups %{buildroot}%{_libdir}/nagios/plugins/snmp_apc_ups +install -D -p -m 0755 check_snmp_apc_ups %{buildroot}%{_libdir}/nagios/plugins/check_snmp_apc_ups %clean rm -rf %{buildroot}