Xymon Mailing List Archive search

4.2 and Patches question

list Thomas Pedersen
Mon, 25 Sep 2006 13:42:11 +0200
Message-Id: <user-de2355b63cc4@xymon.invalid>

A chanche anybody would make a big patch of all the small ones ?

Are any of the patches related to the client ?

/Thomas

Ralph Mitchell wrote:
On 9/21/06, Rob Munsch <user-f39e4aae1456@xymon.invalid> wrote:
I did use this list.  Bad result :

patching file web/hobbit-confreport.c
Hunk #1 FAILED at 600.
Hunk #2 succeeded at 649 (offset 12 lines).
1 out of 2 hunks FAILED -- saving rejects to file web/hobbit-
confreport.c.rej
That was the infopage-duplicates.patch.  I just ran it again and the
.rej files looks like this:

web/hobbit-confreport.c.rej
***************
*** 600,606 ****
       int argi, hosti, testi;
       char *pagepattern = NULL, *hostpattern = NULL;
       char *envarea = NULL, *cookie = NULL, *nexthost;
-       char hobbitcmd[1024], procscmd[1024], svcscmd[1024];
         int alertcolors, alertinterval;
       char configfn[PATH_MAX];
       char *respbuf = NULL, *procsbuf = NULL, *svcsbuf = NULL;
--- 600,606 ----
       int argi, hosti, testi;
       char *pagepattern = NULL, *hostpattern = NULL;
       char *envarea = NULL, *cookie = NULL, *nexthost;
+       char *hobbitcmd, *procscmd, *svcscmd;
         int alertcolors, alertinterval;
       char configfn[PATH_MAX];
       char *respbuf = NULL, *procsbuf = NULL, *svcsbuf = NULL;

If you fix up that one line, I think it'll all be good.

Ralph Mitchell