Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199220 Details for
Bug 105175
ebuild: rss2email
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
67868: rss2email-2.55-gentoo.patch final improved edition
rss2email-2.55-gentoo.patch (text/plain), 1.02 KB, created by
Fabian Groffen
on 2009-07-26 13:11:46 UTC
(
hide
)
Description:
67868: rss2email-2.55-gentoo.patch final improved edition
Filename:
MIME Type:
Creator:
Fabian Groffen
Created:
2009-07-26 13:11:46 UTC
Size:
1.02 KB
patch
obsolete
>--- rss2email-2.55/r2e >+++ rss2email-2.55/r2e >@@ -1,3 +1,17 @@ >-#!/bin/sh >+#!/usr/bin/env sh >+if [ ! -e ~/.rss2email ]; >+then >+ echo -n "initialising ~/.rss2email... " >+ # if this fails (because we don't use -p) then something is really >+ # wrong >+ mkdir ~/.rss2email >+ # make the directory only accessible, readable and writable to the >+ # user >+ chmod 700 ~/.rss2email >+ cp /usr/share/rss2email/config.py.sample ~/.rss2email/config.py >+ echo "done" >+ echo "You should now configure rss2email by editing ~/.rss2email/config.py" >+fi >+ > cd ~/.rss2email/ >-python rss2email.py feeds.dat $* >+python /usr/share/rss2email/rss2email.py feeds.dat $* >--- rss2email-2.55/rss2email.py >+++ rss2email-2.55/rss2email.py >@@ -387,6 +387,7 @@ > "\nSubject: " + header7bit(title) + > "\nDate: " + time.strftime("%a, %d %b %Y %H:%M:%S -0000", datetime) + > "\nUser-Agent: rss2email" + # really should be X-Mailer >+ "\nX-rss-feed: " + header7bit(f.url) + > BONUS_HEADER + > "\nContent-Type: ") # but backwards-compatibility >
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 105175
:
67852
|
67854
|
67855
|
67856
|
67866
|
67867
|
67868
|
68285
|
68381
| 199220