[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] patch for external RRD script
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] patch for external RRD script
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 4 Apr 2005 13:10:40 +0200
- References: <424D6879.8050002@acantho.net>
- User-agent: Mutt/1.5.5.1i
On Fri, Apr 01, 2005 at 05:27:53PM +0200, Gianluca Rossi wrote:
> I have tried to use my own RRD generator with a bash script similar to
> the one included in the documentation.
> the problem is that sometimes the input file is overwritten before the
> bash script is started, i made a simple change in the file
> do_external.c, and now it seems to work well.
Looks Ok, I've committed a slightly different version in my
source-tree.
By the way, when doing changes to the code I prefer if you could send
them as diff's from the original. Preferably in the "unified diff"
format. Just run "diff -u file.c.original file.c" - that makes it much
easier to see what has actually been changed.
Regards,
Henrik