SOURCES: nagios-plugin-check_snmp_load-paths.patch (NEW) - plugind...

glen glen at pld-linux.org
Tue Feb 14 14:16:52 CET 2006


Author: glen                         Date: Tue Feb 14 13:16:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- plugindir placeholder for libdir patching

---- Files affected:
SOURCES:
   nagios-plugin-check_snmp_load-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nagios-plugin-check_snmp_load-paths.patch
diff -u /dev/null SOURCES/nagios-plugin-check_snmp_load-paths.patch:1.1
--- /dev/null	Tue Feb 14 14:16:52 2006
+++ SOURCES/nagios-plugin-check_snmp_load-paths.patch	Tue Feb 14 14:16:47 2006
@@ -0,0 +1,11 @@
+--- nagios-plugin-check_snmp_load-1.2/check_snmp_load.pl~	2006-02-14 14:53:36.000000000 +0200
++++ nagios-plugin-check_snmp_load-1.2/check_snmp_load.pl	2006-02-14 14:54:42.000000000 +0200
+@@ -18,7 +18,7 @@
+ 
+ # Nagios specific
+ 
+-use lib "/usr/local/nagios/libexec";
++use lib "@plugindir@";
+ use utils qw(%ERRORS $TIMEOUT);
+ #my $TIMEOUT = 15;
+ #my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
================================================================


More information about the pld-cvs-commit mailing list