Author: glen                         Date: Tue Dec 14 08:10:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- arhg, E_ALL on the other hand is constant

---- Files affected:
packages/cacti-plugin-rrdclean:
   warning-fixes.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/cacti-plugin-rrdclean/warning-fixes.patch
diff -u packages/cacti-plugin-rrdclean/warning-fixes.patch:1.1 
packages/cacti-plugin-rrdclean/warning-fixes.patch:1.2
--- packages/cacti-plugin-rrdclean/warning-fixes.patch:1.1      Tue Dec 14 
08:41:56 2010
+++ packages/cacti-plugin-rrdclean/warning-fixes.patch  Tue Dec 14 09:10:54 2010
@@ -9,3 +9,14 @@
                chdir($rra_path);
                /* get all rrdfiles in two passes */
                $files_on_hd      = glob("*/*.rrd"); //simply pull all .rrd 
files out of the directory..
+--- cacti-plugin-rrdclean-0.40/rrdmove.php~    2010-12-14 09:49:03.068688201 
+0200
++++ cacti-plugin-rrdclean-0.40/rrdmove.php     2010-12-14 10:09:54.997728344 
+0200
+@@ -27,7 +27,7 @@
+ /* let PHP run just as long as it has to */
+ ini_set("max_execution_time", "0");
+ 
+-error_reporting('E_ALL');
++error_reporting(E_ALL);
+ $dir = dirname(__FILE__);
+ chdir($dir);
+ 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cacti-plugin-rrdclean/warning-fixes.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to