Skip to content

Commit 48b9da8

Browse files
author
Anthony Baxter
committed
fixup cron samples
1 parent 3bf419a commit 48b9da8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/installation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.55.2.4 $
5+
:Version: $Revision: 1.55.2.5 $
66

77
.. contents::
88

@@ -370,7 +370,7 @@ As a regular job using a mailbox source
370370

371371
Set ``roundup-mailgw`` up to run every 10 minutes or so. For example::
372372

373-
10 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox <mail_spool_file>
373+
0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support mailbox <mail_spool_file>
374374

375375
Where the ``mail_spool_file`` argument is the location of the roundup submission
376376
user's mail spool. On most systems, the spool for a user "issue_tracker"
@@ -379,9 +379,9 @@ will be "``/var/mail/issue_tracker``".
379379
As a regular job using a POP source
380380
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
381381

382-
To retrieve from a POP mailbox, use a *cron* entry to the mailbox one::
382+
To retrieve from a POP mailbox, use a *cron* entry similar to the mailbox one::
383383

384-
10 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec>
384+
0,10,20,30,40,50 * * * * /usr/local/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec>
385385

386386
where pop_spec is "``username:password@server``" that specifies the roundup
387387
submission user's POP account name, password and server.

0 commit comments

Comments
 (0)