aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2005-05-19 05:07:34 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2005-05-19 05:07:34 +0000
commit54d74f05d7532c7056fddd6e51429a1be865a1db (patch)
treedc61f52b19aef860aea2fed6bef7d95d4179229c /net-mgmt
parentfa999c30c3052fc3debd61c6b853b36117fc3146 (diff)
downloadports-54d74f05d7532c7056fddd6e51429a1be865a1db.tar.gz
ports-54d74f05d7532c7056fddd6e51429a1be865a1db.zip
Notes
Diffstat (limited to 'net-mgmt')
-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 000000000000..4b396c45c2a2
--- /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")) {