summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
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/nagios-plugins
parentUpdate to 4.3.9. (diff)
Do not enable SSL in check_jabber by default.
This is what -S option is for. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=135581
Diffstat (limited to 'net-mgmt/nagios-plugins')
-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")) {