Xymon 4.3.0: Beta version available on Sourceforge
On Tue, Feb 10, 2009 at 06:28:47PM +0000, Keith wrote:
Hi Henrik, In /tmp I untarred 4.3.O rc1 and did gmake. I downloaded the patch to /tmp and changed directory to lib. Tried to add patch with command. Patch -p0 /tmp/sendmessage-emptyresponse.patch but this hung and I had to kill the process. Any ideas?
By default, "patch" reads the patch from stdin. So you should use the command cd /tmp/xymon-4.3.0-RC1 cat /tmp/sendmessage-emptyresponse.patch | patch -p0 gmake Regards, Henrik