SOURCES: cacti-rrdtool-1.3.patch - missing part

arekm arekm at pld-linux.org
Tue Oct 28 12:24:28 CET 2008


Author: arekm                        Date: Tue Oct 28 11:24:28 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing part

---- Files affected:
SOURCES:
   cacti-rrdtool-1.3.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/cacti-rrdtool-1.3.patch
diff -u SOURCES/cacti-rrdtool-1.3.patch:1.1 SOURCES/cacti-rrdtool-1.3.patch:1.2
--- SOURCES/cacti-rrdtool-1.3.patch:1.1	Tue Oct 28 12:14:40 2008
+++ SOURCES/cacti-rrdtool-1.3.patch	Tue Oct 28 12:24:23 2008
@@ -132,3 +132,18 @@
  			$input["rrdtool_version"]["default"] = "rrd-1.2.x";
  		}else if (ereg("^RRDtool 1\.0\.", $out_array[0])) {
  			$input["rrdtool_version"]["default"] = "rrd-1.0.x";
+Index: include/global_arrays.php
+===================================================================
+--- include/global_arrays.php	(wersja 4581)
++++ include/global_arrays.php	(wersja 4582)
+@@ -257,7 +256,8 @@
+ 
+ $rrdtool_versions = array(
+ 	"rrd-1.0.x" => "RRDTool 1.0.x",
+-	"rrd-1.2.x" => "RRDTool 1.2.x");
++	"rrd-1.2.x" => "RRDTool 1.2.x",
++	"rrd-1.3.x" => "RRDTool 1.3.x");
+ 
+ $cdef_item_types = array(
+ 	1 => "Function",
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cacti-rrdtool-1.3.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list