diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-07-25 16:32:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-07-25 16:32:20 +0000 |
commit | ad6619c01c10349340ff2f381baacfb2b3223fbf (patch) | |
tree | da23c61c674477ae557b8967da43234ec205ad2d | |
parent | 77bbaff6a57c3c1ff39bd431dbb60baf9efcaf14 (diff) | |
download | pkgsrc-ad6619c01c10349340ff2f381baacfb2b3223fbf.tar.gz |
Provide slightly more correct upgrade instructions.
-rw-r--r-- | mail/rss2email/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/rss2email/MESSAGE b/mail/rss2email/MESSAGE index ecacc737c5f..eaba545ff60 100644 --- a/mail/rss2email/MESSAGE +++ b/mail/rss2email/MESSAGE @@ -1,14 +1,14 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2013/07/02 01:13:30 schmonz Exp $ +$NetBSD: MESSAGE,v 1.3 2013/07/25 16:32:20 schmonz Exp $ Just before upgrading to 3.x: $ r2e run -$ r2e opmlexport feeds.xml +$ r2e opmlexport > feeds.xml Just after upgrading from 2.x: -$ r2e new +$ r2e new your@email.here $ vi ~/.rss2email/config.py ~/.config/rss2email.cfg # keep custom settings $ r2e opmlimport feeds.xml $ r2e run --no-send |