From: anthonybaxter Date: Thu, 30 Oct 2003 05:40:37 +0000 (+0000) Subject: fix broken cron examples X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d62c83f5928d986caec4716c382103ae7f70e226;p=roundup.git fix broken cron examples git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1947 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index 50f2c79..eaceb36 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.62 $ +:Version: $Revision: 1.63 $ .. contents:: @@ -370,7 +370,7 @@ As a regular job using a mailbox source Set ``roundup-mailgw`` up to run every 10 minutes or so. For example:: - 10 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox + 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox 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 @@ will be "``/var/mail/issue_tracker``". 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 + 0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop where pop_spec is "``username:password@server``" that specifies the roundup submission user's POP account name, password and server.