diff options
author | demon <demon@FreeBSD.org> | 2005-09-01 16:19:00 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-09-01 16:19:00 +0800 |
commit | beae091e0e73015d6533bd58f856f76d62e18535 (patch) | |
tree | 9969b2321d6410c549afeed31ed7dfe628a32fc3 /net-mgmt | |
parent | 8d58e7303b51d39b55b2c6af1db08b31440b9174 (diff) | |
download | freebsd-ports-gnome-beae091e0e73015d6533bd58f856f76d62e18535.tar.gz freebsd-ports-gnome-beae091e0e73015d6533bd58f856f76d62e18535.tar.zst freebsd-ports-gnome-beae091e0e73015d6533bd58f856f76d62e18535.zip |
Add this patch back. It was accidentally removed during recent update.
Approved by: maintainer in ports/84506
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_tcp.c | 11 |
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)) { |