From d62c83f5928d986caec4716c382103ae7f70e226 Mon Sep 17 00:00:00 2001 From: anthonybaxter Date: Thu, 30 Oct 2003 05:40:37 +0000 Subject: [PATCH] fix broken cron examples git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1947 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/installation.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.30.2