SOURCES: cacti-upgrade_from_086k_fix.patch (NEW)

grzegorz grzegorz at pld-linux.org
Mon Feb 25 13:36:05 CET 2008


Author: grzegorz                     Date: Mon Feb 25 12:36:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:


---- Files affected:
SOURCES:
   cacti-upgrade_from_086k_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cacti-upgrade_from_086k_fix.patch
diff -u /dev/null SOURCES/cacti-upgrade_from_086k_fix.patch:1.1
--- /dev/null	Mon Feb 25 13:36:05 2008
+++ SOURCES/cacti-upgrade_from_086k_fix.patch	Mon Feb 25 13:36:00 2008
@@ -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");
+ 
================================================================


More information about the pld-cvs-commit mailing list