]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- missing part
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Oct 2008 11:24:23 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-rrdtool-1.3.patch -> 1.2

cacti-rrdtool-1.3.patch

index 6c6485cc0eaa9d27ca3aead43d299bfef8fe4323..3ee004afce0825cf151f168eea80a621557183cb 100644 (file)
@@ -132,3 +132,18 @@ Index: install/index.php
                        $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",
+
This page took 0.059313 seconds and 4 git commands to generate.