SOURCES: eventum-mail-download.cron, eventum-mail-queue.cron, even...

glen glen at pld-linux.org
Wed Dec 28 00:24:56 CET 2005


Author: glen                         Date: Tue Dec 27 23:24:55 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use /usr/bin/php virtual
- -q option is ignored for cli

---- Files affected:
SOURCES:
   eventum-mail-download.cron (1.3 -> 1.4) , eventum-mail-queue.cron (1.4 -> 1.5) , eventum-monitor.cron (1.4 -> 1.5) , eventum-reminder.cron (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/eventum-mail-download.cron
diff -u SOURCES/eventum-mail-download.cron:1.3 SOURCES/eventum-mail-download.cron:1.4
--- SOURCES/eventum-mail-download.cron:1.3	Sun Feb 27 16:48:13 2005
+++ SOURCES/eventum-mail-download.cron	Wed Dec 28 00:24:49 2005
@@ -8,9 +8,9 @@
 #
 # To setup the email integration feature with the appropriate email
 # accounts, go to:
-# 
+#
 # Administration >>> Manage Email Accounts
 
-#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX
+#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php download_emails.php username_here mail.domain.com INBOX
 
 # vim:syn=crontab

================================================================
Index: SOURCES/eventum-mail-queue.cron
diff -u SOURCES/eventum-mail-queue.cron:1.4 SOURCES/eventum-mail-queue.cron:1.5
--- SOURCES/eventum-mail-queue.cron:1.4	Sun Feb 27 16:48:13 2005
+++ SOURCES/eventum-mail-queue.cron	Wed Dec 28 00:24:50 2005
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
+* * * * * eventum cd /usr/share/eventum && /usr/bin/php process_mail_queue.php
 
 # The above line will run the mail queue script every minute. To setup
 # the SMTP server that Eventum should use to send these queued emails,

================================================================
Index: SOURCES/eventum-monitor.cron
diff -u SOURCES/eventum-monitor.cron:1.4 SOURCES/eventum-monitor.cron:1.5
--- SOURCES/eventum-monitor.cron:1.4	Sun Feb 27 16:48:13 2005
+++ SOURCES/eventum-monitor.cron	Wed Dec 28 00:24:50 2005
@@ -2,6 +2,6 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
+*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php monitor.php
 
 # vim:syn=crontab

================================================================
Index: SOURCES/eventum-reminder.cron
diff -u SOURCES/eventum-reminder.cron:1.3 SOURCES/eventum-reminder.cron:1.4
--- SOURCES/eventum-reminder.cron:1.3	Sun Feb 27 16:48:13 2005
+++ SOURCES/eventum-reminder.cron	Wed Dec 28 00:24:50 2005
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php
+*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php check_reminders.php
 
 # It is recommended that you run the reminder cron job every 10 minutes,
 # so it won't flood you with alerts too often, but it would still be
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-mail-download.cron?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-mail-queue.cron?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-monitor.cron?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-reminder.cron?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list