diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2016-09-28 09:05:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:17:17 +0700 |
commit | 109b2f018af8e4c87e4c793c7c03dfab919fc450 (patch) | |
tree | dcd87de986c44dad4e8fc785a32aceb421bf6296 /network/r2e/config.py.patch | |
parent | 3d3965883a3f7087769a8c563f37e3569b0e071f (diff) |
network/r2e: Updated for version 2.71 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/r2e/config.py.patch')
-rw-r--r-- | network/r2e/config.py.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/r2e/config.py.patch b/network/r2e/config.py.patch deleted file mode 100644 index da0905832dfcb..0000000000000 --- a/network/r2e/config.py.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur r2e-2.6.6.orig/rss2email.py r2e-2.6.6/rss2email.py ---- r2e-2.6.6.orig/rss2email.py 2009-01-05 13:15:15.000000000 -0600 -+++ r2e-2.6.6/rss2email.py 2009-03-27 20:35:32.561832322 -0500 -@@ -200,7 +200,7 @@ - print >>warn, ('Fatal error: sendmail exited with code %s' % status)
- sys.exit(1)
- except:
-- print '''Error attempting to send email via sendmail. Possibly you need to configure your config.py to use a SMTP server? Please refer to the rss2email documentation or website (http://rss2email.infogami.com) for complete documentation of config.py. The options below may suffice for configuring email:
-+ print '''Error attempting to send email via sendmail. Possibly you need to configure your /etc/r2e/config.py to use a SMTP server? Please refer to the rss2email documentation or website (http://rss2email.infogami.com) for complete documentation of /etc/r2e/config.py. The options below may suffice for configuring email:
- # 1: Use SMTP_SERVER to send mail.
- # 0: Call /usr/sbin/sendmail to send mail.
- SMTP_SEND = 0
|