Mercurial > p > roundup > code
diff doc/installation.txt @ 1879:41c0241ea9c9 maint-0.6
fixup cron samples
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 30 Oct 2003 05:44:20 +0000 |
| parents | fe15b8506d47 |
| children | 6807107fc8aa |
line wrap: on
line diff
--- a/doc/installation.txt Fri Oct 24 22:54:06 2003 +0000 +++ b/doc/installation.txt Thu Oct 30 05:44:20 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.55.2.4 $ +:Version: $Revision: 1.55.2.5 $ .. contents:: @@ -370,7 +370,7 @@ Set ``roundup-mailgw`` up to run every 10 minutes or so. For example:: - 10 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox <mail_spool_file> + 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox <mail_spool_file> Where the ``mail_spool_file`` argument is the location of the roundup submission user's mail spool. On most systems, the spool for a user "issue_tracker" @@ -379,9 +379,9 @@ As a regular job using a POP source ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To retrieve from a POP mailbox, use a *cron* entry to the mailbox one:: +To retrieve from a POP mailbox, use a *cron* entry similar to the mailbox one:: - 10 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec> + 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec> where pop_spec is "``username:password@server``" that specifies the roundup submission user's POP account name, password and server.
