BB Unix Network Monitor - Message

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

Re: {bb} Notification on new server



I just installed 3.4 today, and am experiencing this problem.  Should
I just use the fix mentioned below, or should I wait for 3.5? Anything
else fixed in 3.5?

Shane


On Tue, 21 Dec 2004 17:06:33 +0000 (UTC), Henrik Storner
<henrik-bb@hswn.dk> wrote:
> Ouch. This one is really bad. I got some logic reversed, and the end
> result is that you dont get the alerts you should get.
> 
> The fix is simple: In lib/sendmsg.c, line 634 reads
> 
>   if (strcmp(getenv_default("USEBBGEND", "FALSE", NULL), "TRUE") == 0) {
> 
> It should be
> 
>   if (strcmp(getenv_default("USEBBGEND", "FALSE", NULL), "TRUE") != 0) {
> 
> After that, do a "make clean; make; make install".
> 
> I'll release a 3.5 version later tonight.
> 
> 
> Henrik
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> To unsubscribe from this list, or to subscribe to the bb-digest list
> send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
> subscribe bb-digest in the BODY of the message.
>
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index