summaryrefslogtreecommitdiffstats
path: root/network/r2e/config.py.patch
diff options
context:
space:
mode:
author Tom Canich <tcanich@canich.net>2010-05-12 23:32:44 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 23:32:44 +0200
commita064d3cbf35c2dbc87ead3a5886ae82d3ec204aa (patch)
treec7beafade44a101457e43ad7d75a6302a1efc091 /network/r2e/config.py.patch
parent5b1ea29fbf4e6d32be642af3e33cf1c310237120 (diff)
downloadslackbuilds-a064d3cbf35c2dbc87ead3a5886ae82d3ec204aa.tar.gz
slackbuilds-a064d3cbf35c2dbc87ead3a5886ae82d3ec204aa.tar.xz
network/r2e: Added to 12.2 repository
Diffstat (limited to 'network/r2e/config.py.patch')
-rw-r--r--network/r2e/config.py.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/r2e/config.py.patch b/network/r2e/config.py.patch
new file mode 100644
index 0000000000..69dadca270
--- /dev/null
+++ b/network/r2e/config.py.patch
@@ -0,0 +1,12 @@
+diff -Nur r2e-2.6.5.orig/rss2email.py r2e-2.6.5/rss2email.py
+--- r2e-2.6.5.orig/rss2email.py 2009-01-05 13:15:15.000000000 -0600
++++ r2e-2.6.5/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