]> git.pld-linux.org Git - packages/cacti.git/blobdiff - snmpwalk_fix.patch
- outdated
[packages/cacti.git] / snmpwalk_fix.patch
diff --git a/snmpwalk_fix.patch b/snmpwalk_fix.patch
deleted file mode 100644 (file)
index 9661ac6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruBbd cacti-0.8.6j/lib/snmp.php cacti-0.8.6j-patched/lib/snmp.php
---- cacti-0.8.6j/lib/snmp.php  2007-01-17 19:23:10.000000000 -0500
-+++ cacti-0.8.6j-patched/lib/snmp.php  2007-05-15 21:26:14.000000000 -0400
-@@ -221,9 +219,9 @@
-                       $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -v$version -t $timeout -r $retries $hostname:$port $snmp_auth $oid");
-               }else {
-                       if (file_exists($path_snmpbulkwalk) && ($version > 1)) {
--                              $temp_array = exec_into_array($path_snmpbulkwalk . " -O n $snmp_auth -v $version -t $timeout -r $retries -Cr50 $hostname:$port $oid");
-+                              $temp_array = exec_into_array($path_snmpbulkwalk . " -O Qn $snmp_auth -v $version -t $timeout -r $retries -Cr50 $hostname:$port $oid");
-                       }else{
--                              $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -O n $snmp_auth -v $version -t $timeout -r $retries $hostname:$port $oid");
-+                              $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -O Qn $snmp_auth -v $version -t $timeout -r $retries $hostname:$port $oid");
-                       }
-               }
This page took 0.029345 seconds and 4 git commands to generate.