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

glen glen at pld-linux.org
Thu Mar 16 17:20:19 CET 2006


Author: glen                         Date: Thu Mar 16 16:20:19 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- chdir unneccessary

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

---- Diffs:

================================================================
Index: SOURCES/eventum-mail-download.cron
diff -u SOURCES/eventum-mail-download.cron:1.4 SOURCES/eventum-mail-download.cron:1.5
--- SOURCES/eventum-mail-download.cron:1.4	Wed Dec 28 00:24:49 2005
+++ SOURCES/eventum-mail-download.cron	Thu Mar 16 17:20:12 2006
@@ -11,6 +11,6 @@
 #
 # Administration >>> Manage Email Accounts
 
-#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php download_emails.php username_here mail.domain.com INBOX
+#0 * * * * eventum /usr/share/eventum/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.5 SOURCES/eventum-mail-queue.cron:1.6
--- SOURCES/eventum-mail-queue.cron:1.5	Wed Dec 28 00:24:50 2005
+++ SOURCES/eventum-mail-queue.cron	Thu Mar 16 17:20:13 2006
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * eventum cd /usr/share/eventum && /usr/bin/php process_mail_queue.php
+* * * * * eventum /usr/share/eventum/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.5 SOURCES/eventum-monitor.cron:1.6
--- SOURCES/eventum-monitor.cron:1.5	Wed Dec 28 00:24:50 2005
+++ SOURCES/eventum-monitor.cron	Thu Mar 16 17:20:13 2006
@@ -2,6 +2,6 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php monitor.php
+*/10 * * * * eventum /usr/share/eventum/monitor.php
 
 # vim:syn=crontab

================================================================
Index: SOURCES/eventum-reminder.cron
diff -u SOURCES/eventum-reminder.cron:1.4 SOURCES/eventum-reminder.cron:1.5
--- SOURCES/eventum-reminder.cron:1.4	Wed Dec 28 00:24:50 2005
+++ SOURCES/eventum-reminder.cron	Thu Mar 16 17:20:13 2006
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php check_reminders.php
+*/10 * * * * eventum /usr/share/eventum/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.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-mail-queue.cron?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-monitor.cron?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-reminder.cron?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list