FreeBSD Bugzilla – Attachment 160780 Details for
Bug 202930
net-mgmt/nagios-check_email_delivery: Fix syntax error in check_imap_quota
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix missing bracket in check_imap_quota
nagios-check_email_delivery.diff (text/plain), 1.60 KB, created by
Lukasz Wasikowski
on 2015-09-06 14:22:50 UTC
(
hide
)
Description:
patch to fix missing bracket in check_imap_quota
Filename:
MIME Type:
Creator:
Lukasz Wasikowski
Created:
2015-09-06 14:22:50 UTC
Size:
1.60 KB
patch
obsolete
>Index: net-mgmt/nagios-check_email_delivery/Makefile >=================================================================== >--- net-mgmt/nagios-check_email_delivery/Makefile (revision 396204) >+++ net-mgmt/nagios-check_email_delivery/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= check_email_delivery > PORTVERSION= 0.7.1b >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-mgmt > MASTER_SITES= http://buhacoff.net/software/check_email_delivery/archive/ \ > http://mirrors.rit.edu/zi/ >Index: net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota >=================================================================== >--- net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota (revision 0) >+++ net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota (working copy) >@@ -0,0 +1,11 @@ >+--- check_imap_quota.orig 2012-02-20 04:07:27 UTC >++++ check_imap_quota >+@@ -151,7 +151,7 @@ eval { >+ } >+ if (!length($quotaUsed) && !length($quotaLimit)) { >+ print "no answer from imap host\n" if $verbose > 2; >+- } elsif (!length($quotaUsed) || !length($quotaLimit) { >++ } elsif (!length($quotaUsed) || !length($quotaLimit)) { >+ print "incorrect answer from imap host\n"; >+ $imap->close(); >+ exit $status{UNKNOWN}; > >Property changes on: net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202930
: 160780