From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/222519-check_smtp.c.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/attachments/222519-check_smtp.c.patch (limited to 'web/attachments/222519-check_smtp.c.patch') diff --git a/web/attachments/222519-check_smtp.c.patch b/web/attachments/222519-check_smtp.c.patch new file mode 100644 index 0000000..96e6f9d --- /dev/null +++ b/web/attachments/222519-check_smtp.c.patch @@ -0,0 +1,14 @@ +--- check_smtp.c.orig 2007-03-27 10:20:06.000000000 -0400 ++++ check_smtp.c 2007-03-27 10:20:58.000000000 -0400 +@@ -190,9 +190,9 @@ + printf(_("gethostname() failed!\n")); + return STATE_CRITICAL; + } +- } else { +- helocmd = localhostname; + } ++ helocmd = localhostname; ++ + if(use_ehlo) + asprintf (&helocmd, "%s%s%s", SMTP_EHLO, helocmd, "\r\n"); + else -- cgit v1.2.3-74-g34f1