summaryrefslogtreecommitdiffstats
path: root/web/attachments/156009-check_email_loop.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/156009-check_email_loop.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/156009-check_email_loop.diff')
-rw-r--r--web/attachments/156009-check_email_loop.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/attachments/156009-check_email_loop.diff b/web/attachments/156009-check_email_loop.diff
new file mode 100644
index 0000000..01901f4
--- /dev/null
+++ b/web/attachments/156009-check_email_loop.diff
@@ -0,0 +1,16 @@
1Index: check_email_loop.pl
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_email_loop.pl,v
4retrieving revision 1.3
5diff -r1.3 check_email_loop.pl
61c1
7< #!/usr/bin/perl
8---
9> #!/usr/bin/perl -w
1051a52,53
11> $debug = 0;
12>
13115c117
14< %other_smtp_opts={};
15---
16> %other_smtp_opts=();