diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c new file mode 100644 index 000000000000..29077eb30a4e --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c @@ -0,0 +1,11 @@ +--- plugins/check_tcp.c.orig Thu Mar 30 02:03:36 2006 ++++ plugins/check_tcp.c Fri May 12 23:27:44 2006 +@@ -155,7 +155,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)) { |