diff options
author | demon <demon@FreeBSD.org> | 2005-05-19 13:07:34 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-19 13:07:34 +0800 |
commit | 8f67ef0aae2bbda90d0fa28c33df68c24bdb630f (patch) | |
tree | d3ad02e5e01a35c646fe2bcbf21c5b49b695c940 /net-mgmt/nagios-plugins | |
parent | 06a61b07c8bd04a66b11fbb73e44c3cca4f7b77c (diff) | |
download | freebsd-ports-graphics-8f67ef0aae2bbda90d0fa28c33df68c24bdb630f.tar.gz freebsd-ports-graphics-8f67ef0aae2bbda90d0fa28c33df68c24bdb630f.tar.zst freebsd-ports-graphics-8f67ef0aae2bbda90d0fa28c33df68c24bdb630f.zip |
Do not enable SSL in check_jabber by default.
This is what -S option is for.
Approved by: maintainer
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_tcp.c | 10 |
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")) { |