diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-19 05:07:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-19 05:07:34 +0000 |
commit | 54d74f05d7532c7056fddd6e51429a1be865a1db (patch) | |
tree | dc61f52b19aef860aea2fed6bef7d95d4179229c | |
parent | fa999c30c3052fc3debd61c6b853b36117fc3146 (diff) | |
download | ports-54d74f05d7532c7056fddd6e51429a1be865a1db.tar.gz ports-54d74f05d7532c7056fddd6e51429a1be865a1db.zip |
Notes
-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 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")) { |