Date: Thu, 4 Aug 2005 07:30:23 GMT From: Dmitry Sivachenko <demon@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84506: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.4 Message-ID: <200508040730.j747UN9R042947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84506; it has been noted by GNATS. From: Dmitry Sivachenko <demon@FreeBSD.org> To: bug-followup@FreeBSD.org, blaz@si.FreeBSD.org Cc: Subject: Re: ports/84506: MAINTAINER UPDATE: net-mgmt/nagios-plugins to 1.4.4 Date: Thu, 4 Aug 2005 11:24:08 +0400 Why did you remove patch_check_tcp.c? I beleive the problem is still here. The patch should probably be changed to: --- check_tcp.c.orig Thu Aug 4 11:14:05 2005 +++ check_tcp.c Thu Aug 4 11:14:21 2005 @@ -179,7 +179,7 @@ SEND = "<stream:stream to=\'host\' xmlns=\'jabber:client\' xmlns :stream=\'http://etherx.jabber.org/streams\'>\n"; EXPECT = "<?xml version=\'1.0\'?><stream:stream xmlns:stream=\'h ttp://etherx.jabber.org/streams\'"; QUIT = "</stream:stream>\n"; - flags |= FLAG_SSL | FLAG_HIDE_OUTPUT; + flags |= FLAG_HIDE_OUTPUT; PORT = 5222; } else if (!strncmp (SERVICE, "NNTPS", 5)) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508040730.j747UN9R042947>