diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-01 08:19:00 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-01 08:19:00 +0000 |
commit | 03f80456f0feddc271cebfd5349c0cb68d1a45ca (patch) | |
tree | 7c3726e8bbf0936be59e0a9f0a358a5c6860d86f /net-mgmt/nagios-plugins | |
parent | 4b7527fad220abba3c3357a2204725de2c497a8c (diff) | |
download | ports-03f80456f0feddc271cebfd5349c0cb68d1a45ca.tar.gz ports-03f80456f0feddc271cebfd5349c0cb68d1a45ca.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_tcp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_tcp.c b/net-mgmt/nagios-plugins/files/patch-check_tcp.c new file mode 100644 index 000000000000..7ff7a885e46f --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-check_tcp.c @@ -0,0 +1,11 @@ +--- plugins/check_tcp.c.orig Sun Jun 5 21:43:58 2005 ++++ plugins/check_tcp.c Thu Sep 1 12:16:31 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=\'http://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)) { |