summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2005-09-01 08:19:00 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2005-09-01 08:19:00 +0000
commit03f80456f0feddc271cebfd5349c0cb68d1a45ca (patch)
tree7c3726e8bbf0936be59e0a9f0a358a5c6860d86f /net-mgmt/nagios-plugins
parentAdd ruby-qdbm (diff)
Add this patch back. It was accidentally removed during recent update.
Approved by: maintainer in ports/84506
Notes
Notes: svn path=/head/; revision=141679
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_tcp.c11
1 files changed, 11 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..7ff7a885e46f
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-check_tcp.c
@@ -0,0 +1,11 @@
+--- plugins/check_tcp.c.orig Sun Jun 5 21:43:58 2005
++++ plugins/check_tcp.c Thu Sep 1 12:16:31 2005
+@@ -179,7 +179,7 @@
+ SEND = "<stream:stream to=\'host\' xmlns=\'jabber:client\' xmlns:stream=\'http://etherx.jabber.org/streams\'>\n";
+ EXPECT = "<?xml version=\'1.0\'?><stream:stream xmlns:stream=\'http://etherx.jabber.org/streams\'";
+ QUIT = "</stream:stream>\n";
+- flags |= FLAG_SSL | FLAG_HIDE_OUTPUT;
++ flags |= FLAG_HIDE_OUTPUT;
+ PORT = 5222;
+ }
+ else if (!strncmp (SERVICE, "NNTPS", 5)) {