Author: glen Date: Sun Feb 27 15:48:19 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- run crons under eventum user
---- Files affected:
SOURCES:
eventum-mail-download.cron (1.2 -> 1.3) , eventum-mail-queue.cron (1.3 ->
1.4) , eventum-monitor.cron (1.3 -> 1.4) , eventum-reminder.cron (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/eventum-mail-download.cron
diff -u SOURCES/eventum-mail-download.cron:1.2
SOURCES/eventum-mail-download.cron:1.3
--- SOURCES/eventum-mail-download.cron:1.2 Tue Feb 22 20:19:50 2005
+++ SOURCES/eventum-mail-download.cron Sun Feb 27 16:48:13 2005
@@ -11,6 +11,6 @@
#
# Administration >>> Manage Email Accounts
-#0 * * * * http 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/php4 -q
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.3 SOURCES/eventum-mail-queue.cron:1.4
--- SOURCES/eventum-mail-queue.cron:1.3 Tue Feb 22 20:19:50 2005
+++ SOURCES/eventum-mail-queue.cron Sun Feb 27 16:48:13 2005
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-* * * * * http cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
+* * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q
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.3 SOURCES/eventum-monitor.cron:1.4
--- SOURCES/eventum-monitor.cron:1.3 Tue Feb 22 20:19:50 2005
+++ SOURCES/eventum-monitor.cron Sun Feb 27 16:48:13 2005
@@ -2,6 +2,6 @@
# bounce messages back to root
MAILTO=root
-*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
+*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
# vim:syn=crontab
================================================================
Index: SOURCES/eventum-reminder.cron
diff -u SOURCES/eventum-reminder.cron:1.2 SOURCES/eventum-reminder.cron:1.3
--- SOURCES/eventum-reminder.cron:1.2 Tue Feb 22 20:19:50 2005
+++ SOURCES/eventum-reminder.cron Sun Feb 27 16:48:13 2005
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php
+*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q
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.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/eventum-mail-queue.cron?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/eventum-monitor.cron?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/eventum-reminder.cron?r1=1.2&r2=1.3&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit