aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-plugins/files/patch-check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_tcp.c')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_tcp.c10
1 files changed, 10 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 00000000000..4b396c45c2a
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-check_tcp.c
@@ -0,0 +1,10 @@
+--- plugins/check_tcp.c.orig Thu Dec 30 03:41:40 2004
++++ plugins/check_tcp.c Thu May 12 14:02:13 2005
+@@ -196,7 +196,6 @@
+ EXPECT = strdup("<?xml version=\'1.0\'?><stream:stream xmlns:stream=\'http://etherx.jabber.org/streams\'");
+ QUIT = strdup("</stream:stream>\n");
+ PROTOCOL=TCP_PROTOCOL;
+- use_ssl=TRUE;
+ PORT = 5222;
+ }
+ else if (strstr (argv[0], "check_nntps")) {