]> git.pld-linux.org Git - packages/cacti.git/commitdiff
*** empty log message *** auto/ac/cacti-0_8_7b-3
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Mon, 25 Feb 2008 12:36:00 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-upgrade_from_086k_fix.patch -> 1.1
    upgrade_from_086k_fix.patch -> 1.2

cacti-upgrade_from_086k_fix.patch [new file with mode: 0644]
upgrade_from_086k_fix.patch

diff --git a/cacti-upgrade_from_086k_fix.patch b/cacti-upgrade_from_086k_fix.patch
new file mode 100644 (file)
index 0000000..a06e47a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cacti-0.8.7b.orig/install/index.php cacti-0.8.7b/install/index.php
+--- cacti-0.8.7b.orig/install/index.php        2008-02-12 01:57:48.000000000 +0100
++++ cacti-0.8.7b/install/index.php     2008-02-25 13:25:57.000000000 +0100
+@@ -27,7 +27,7 @@
+ /* allow the upgrade script to run for as long as it needs to */
+ ini_set("max_execution_time", "0");
+-$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.7", "0.8.7a", "0.8.7b");
++$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.6k", "0.8.7", "0.8.7a", "0.8.7b");
+ $old_cacti_version = db_fetch_cell("select cacti from version");
index 2e08c9168b3e5c44181f35268780af783ef7ee30..a06e47a9a4848cdc77698264cc572b9c5e8c8a97 100644 (file)
@@ -1,11 +1,12 @@
-diff -ruBbd cacti-0.8.7b/install/index.php cacti-0.8.7b-patched/install/index.php
---- cacti-0.8.7b/install/index.php     2008-02-14 18:58:01.000000000 -0500
-+++ cacti-0.8.7b-patched/install/index.php     2008-02-11 19:57:48.000000000 -0500
+diff -urN cacti-0.8.7b.orig/install/index.php cacti-0.8.7b/install/index.php
+--- cacti-0.8.7b.orig/install/index.php        2008-02-12 01:57:48.000000000 +0100
++++ cacti-0.8.7b/install/index.php     2008-02-25 13:25:57.000000000 +0100
 @@ -27,7 +27,7 @@
-/* allow the upgrade script to run for as long as it needs to */
-ini_set("max_execution_time", "0");
-
-+$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.6k", "0.8.7", "0.8.7a", "0.8.7b");
+ /* allow the upgrade script to run for as long as it needs to */
+ ini_set("max_execution_time", "0");
 -$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.7", "0.8.7a", "0.8.7b");
-
-$old_cacti_version = db_fetch_cell("select cacti from version");
++$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.6k", "0.8.7", "0.8.7a", "0.8.7b");
+ $old_cacti_version = db_fetch_cell("select cacti from version");
This page took 0.106955 seconds and 4 git commands to generate.