On Sun, Apr 17, 2011 at 4:16 PM, Henrik Størner <henrik at hswn.dk> wrote:
Looks like a bug in 4.3.2. There is a comma before the HISTORY button. We can see this on our site as well as on Henrik’s.
Correct, this snuck into the 4.3.2 update unfortunately.
so as David Gore pointed out line 74 on lib/htmllog.c looks like this
fprintf(output, "<BR><BR><CENTER><FORM ACTION=\"%s/history.sh\">,", cgibinurl);
so replace it with
fprintf(output, "<BR><BR><CENTER><FORM ACTION=\"%s/history.sh\">", cgibinurl);
and then gmake clean; gmake; gmake install ?
or there is a safer way recommended ?
Regards, Henrik
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?