FreeBSD Bugzilla – Attachment 93190 Details for
Bug 131047
[PATCH] mail/getmail: fix excessive log volume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
getmail-4.8.4_1.patch
getmail-4.8.4_1.patch (text/plain), 1.49 KB, created by
Matthias Andree
on 2009-01-27 16:10:02 UTC
(
hide
)
Description:
getmail-4.8.4_1.patch
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2009-01-27 16:10:02 UTC
Size:
1.49 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/mail/getmail/Makefile /usr/home/emma/ports/mail/getmail/Makefile >--- /usr/ports/mail/getmail/Makefile 2008-09-28 07:51:04.000000000 +0200 >+++ /usr/home/emma/ports/mail/getmail/Makefile 2009-01-27 16:57:14.000000000 +0100 >@@ -7,6 +7,7 @@ > > PORTNAME= getmail > PORTVERSION= 4.8.4 >+PORTREVISION= 1 > CATEGORIES= mail python > MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ > http://mirrors.closedsrc.org/getmail/ >diff -ruN --exclude=CVS /usr/ports/mail/getmail/files/patch-excessive-logs /usr/home/emma/ports/mail/getmail/files/patch-excessive-logs >--- /usr/ports/mail/getmail/files/patch-excessive-logs 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/emma/ports/mail/getmail/files/patch-excessive-logs 2009-01-27 16:58:46.000000000 +0100 >@@ -0,0 +1,17 @@ >+--- getmail >++++ getmail >+@@ -210,10 +210,10 @@ def go(configs): >+ >+ if (retrieve or delete or oplevel > 1): >+ log.info(' %s\n' % info) >+- if options['logfile']: >+- options['logfile'].write(logline) >+- if options['message_log_syslog']: >+- syslog.syslog(syslog.LOG_INFO, logline) >++ if options['logfile']: >++ options['logfile'].write(logline) >++ if options['message_log_syslog']: >++ syslog.syslog(syslog.LOG_INFO, logline) >+ >+ if (options['max_messages_per_session'] >+ and msgs_retrieved >=
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 131047
: 93190