SOURCES: nagios-plugin-check_snmp_mem-path.patch - lib64 fix

glen glen at pld-linux.org
Mon Mar 6 16:32:46 CET 2006


Author: glen                         Date: Mon Mar  6 15:32:45 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lib64 fix

---- Files affected:
SOURCES:
   nagios-plugin-check_snmp_mem-path.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/nagios-plugin-check_snmp_mem-path.patch
diff -u SOURCES/nagios-plugin-check_snmp_mem-path.patch:1.1 SOURCES/nagios-plugin-check_snmp_mem-path.patch:1.2
--- SOURCES/nagios-plugin-check_snmp_mem-path.patch:1.1	Mon Mar  6 14:35:38 2006
+++ SOURCES/nagios-plugin-check_snmp_mem-path.patch	Mon Mar  6 16:32:40 2006
@@ -6,7 +6,7 @@
  # Nagios specific
  
 -use lib "/usr/local/nagios/libexec";
-+use lib "/usr/lib/nagios/plugins";
++use lib "@plugindir@";
  use utils qw(%ERRORS $TIMEOUT);
  #my $TIMEOUT = 15;
  #my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nagios-plugin-check_snmp_mem-path.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list