[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php-weathermap] 0.8beta3 available to test



On Mon, Mar 06, 2006 at 11:23:19PM +0000, Howard Jones wrote:
> As it stands, my todo list only has two items on it before a final 0.8:
> * a lot of manual updates to cover all these changes
> * some kind of UI for sort order in the Cacti plugin

Works fine for me, except when run from cron, where there s a very
annoying newline that makes cron send me an email every five minutes:

diff -u ../php-weathermap-0.8beta3/weathermap ./weathermap
--- ../php-weathermap-0.8beta3/weathermap       2006-03-07
00:10:53.000000000 +0
100
+++ ./weathermap        2006-03-07 10:08:38.000000000 +0100
@@ -7,10 +7,8 @@
     require_once 'Console/Getopt.php';
     require_once "Weathermap.class.php";

-   module_checks();
+    module_checks();

-    print "\n";
-
     $map = new Weathermap;
     $output = "html";
     $configfile = "weathermap.conf";


/Niels

-- 
Niels Baggesen -- @home -- Århus -- Denmark -- niels@xxxxxxxxxxxx
The purpose of computing is insight, not numbers  --  R W Hamming

Copyright 1994-2005, by Howard Jones. howie@thingy.com