monit-dev
[Top][All Lists]
Advanced

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

Re: monit CHANGES.txt UPGRADE.txt event.c event.h g...


From: Christian Hopp
Subject: Re: monit CHANGES.txt UPGRADE.txt event.c event.h g...
Date: Mon, 4 Aug 2003 11:21:48 +0200 (CEST)

On Mon, 4 Aug 2003, Jan-Henrik Haukeland wrote:

There is a compile time bug...

> http://savannah.gnu.org/cgi-bin/viewcvs/monit/monit/p.y.diff?tr1=1.93&tr2=1.94&r1=text&r2=text

------------ SNIP ------------
--- p.y 4 Aug 2003 07:52:12 -0000       1.94
+++ p.y 4 Aug 2003 09:18:19 -0000
@@ -272,8 +272,8 @@
                   addport(&portset);
                   }
                 | unixsocket type protocol timeoutafter action {
-                   portset.timeout= $<number>5;
-                   portset.action= $<number>6;
+                   portset.timeout= $<number>4;
+                   portset.action= $<number>5;
                    addport(&portset);
                   }
                | timestamp {
------------ SNIP ------------


CHopp


-- 
Christian Hopp                                email: address@hidden
Institut für Elektrische Informationstechnik             fon: +49-5323-72-2113
TU Clausthal, Leibnizstr. 28, 38678 Clausthal-Zellerf.   fax: +49-5323-72-3197
                             pgpkey: https://www.iei.tu-clausthal.de/pgp-keys/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]